Searched refs:caller (Results 1 – 3 of 3) sorted by relevance
/bionic/linker/ |
D | dlfcn.cpp | 106 soinfo* caller = find_containing_library(caller_addr); in dlsym() local 109 sym = dlsym_linear_lookup(symbol, &found, caller, handle); in dlsym()
|
D | linker.h | 426 const ElfW(Sym)* dlsym_linear_lookup(const char* name, soinfo** found, soinfo* caller, void* handle…
|
D | linker.cpp | 983 soinfo* caller, in ElfW() 990 if (caller == nullptr) { in ElfW() 993 start = caller->next; in ElfW() 1019 if (s == nullptr && caller != nullptr && in ElfW() 1020 (caller->get_rtld_flags() & RTLD_GLOBAL) == 0) { in ElfW() 1021 return dlsym_handle_lookup(caller->get_local_group_root(), in ElfW() 1022 (handle == RTLD_NEXT) ? caller : nullptr, found, symbol_name); in ElfW()
|