Searched refs:SymbolLookupList (Results 1 – 5 of 5) sorted by relevance
/bionic/linker/ |
D | linker_soinfo.h | 99 class SymbolLookupList { 107 explicit SymbolLookupList(soinfo* si); 108 SymbolLookupList(const soinfo_list_t& global_group, const soinfo_list_t& local_group); 256 bool link_image(const SymbolLookupList& lookup_list, soinfo* local_group_root, 386 bool relocate(const SymbolLookupList& lookup_list); 475 soinfo** si_found_in, const SymbolLookupList& lookup_list);
|
D | linker_soinfo.cpp | 53 SymbolLookupList::SymbolLookupList(soinfo* si) in SymbolLookupList() function in SymbolLookupList 60 SymbolLookupList::SymbolLookupList(const soinfo_list_t& global_group, const soinfo_list_t& local_gr… in SymbolLookupList() function in SymbolLookupList 92 void SymbolLookupList::set_dt_symbolic_lib(soinfo* lib) { in set_dt_symbolic_lib() 120 soinfo** si_found_in, const SymbolLookupList& lookup_list) { in ElfW() 208 soinfo** si_found_in, const SymbolLookupList& lookup_list) { in ElfW()
|
D | linker_relocate.cpp | 63 Relocator(const VersionTracker& version_tracker, const SymbolLookupList& lookup_list) in Relocator() 73 const SymbolLookupList& lookup_list; 591 bool soinfo::relocate(const SymbolLookupList& lookup_list) { in relocate()
|
D | linker_main.cpp | 179 si->link_image(SymbolLookupList(si), si, nullptr, nullptr); in add_vdso() 483 if (!si->link_image(SymbolLookupList(si), si, nullptr, nullptr)) { in linker_main() 760 …if (!tmp_linker_so.link_image(SymbolLookupList(&tmp_linker_so), &tmp_linker_so, nullptr, nullptr))… in __linker_init()
|
D | linker.cpp | 1791 SymbolLookupList lookup_list(global_group, local_group); in find_libraries() 3329 bool soinfo::link_image(const SymbolLookupList& lookup_list, soinfo* local_group_root, in link_image()
|