Searched refs:SymbolLookupList (Results 1 – 5 of 5) sorted by relevance
/aosp12/bionic/linker/ |
H A D | linker_soinfo.h | 97 class SymbolLookupList { 105 explicit SymbolLookupList(soinfo* si); 106 SymbolLookupList(const soinfo_list_t& global_group, const soinfo_list_t& local_group); 254 bool link_image(const SymbolLookupList& lookup_list, soinfo* local_group_root, 368 bool relocate(const SymbolLookupList& lookup_list); 453 soinfo** si_found_in, const SymbolLookupList& lookup_list);
|
H A 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()
|
H A D | linker_main.cpp | 175 si->link_image(SymbolLookupList(si), si, nullptr, nullptr); in add_vdso() 495 if (!si->link_image(SymbolLookupList(si), si, nullptr, nullptr)) { in linker_main() 700 …if (!tmp_linker_so.link_image(SymbolLookupList(&tmp_linker_so), &tmp_linker_so, nullptr, nullptr))… in __linker_init()
|
H A D | linker_relocate.cpp | 61 Relocator(const VersionTracker& version_tracker, const SymbolLookupList& lookup_list) in Relocator() 71 const SymbolLookupList& lookup_list; 573 bool soinfo::relocate(const SymbolLookupList& lookup_list) { in relocate()
|
H A D | linker.cpp | 1742 SymbolLookupList lookup_list(global_group, local_group); in find_libraries() 3233 bool soinfo::link_image(const SymbolLookupList& lookup_list, soinfo* local_group_root, in link_image()
|