Searched refs:do_dlsym (Results 1 – 3 of 3) sorted by relevance
/bionic/linker/ |
D | dlfcn.cpp | 93 if (!do_dlsym(handle, symbol, version, caller_addr, &result)) { in dlsym_impl()
|
D | linker.h | 463 bool do_dlsym(void* handle, const char* sym_name, const char* sym_ver,
|
D | linker.cpp | 2448 bool do_dlsym(void* handle, const char* sym_name, const char* sym_ver, in do_dlsym() function
|