Searched defs:dlsym (Results 1 - 2 of 2) sorted by relevance

/bionic/libdl/
H A Dlibdl.c27 void* dlsym(void* handle __unused, const char* symbol __unused) { return 0; } function
/bionic/linker/
H A Ddlfcn.cpp86 void* dlsym(void* handle, const char* symbol) { function
91 __bionic_format_dlerror("dlsym library handle is null", NULL);
97 __bionic_format_dlerror("dlsym symbol name is null", NULL);
187 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0dl_unwind_find_exidx\0"
192 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0"
205 ELFW(SYM_INITIALIZER)( 15, &dlsym, 1),

Completed in 877 milliseconds