Home
last modified time | relevance | path

Searched refs:do_dlsym (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker.h123 bool do_dlsym(void* handle, const char* sym_name,
Ddlfcn.cpp161 if (!do_dlsym(handle, symbol, version, caller_addr, &result)) { in dlsym_impl()
Dlinker.cpp2331 bool do_dlsym(void* handle, in do_dlsym() function