Searched refs:needs_slow_path (Results 1 – 2 of 2) sorted by relevance
/bionic/linker/ | ||
D | linker_soinfo.h | 113 bool needs_slow_path() const { return slow_path_count_ > 0; } in needs_slow_path() function |
D | linker_soinfo.cpp | 209 return lookup_list.needs_slow_path() ? in ElfW() |