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

/bionic/libdl/
H A Dlibdl.c40 void* android_dlopen_ext(const char* filename __unused, int flag __unused, const android_dlextinfo* extinfo __unused) { return 0; } function
/bionic/linker/
H A Ddlfcn.cpp78 void* android_dlopen_ext(const char* filename, int flags, const android_dlextinfo* extinfo) { function
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"
211 ELFW(SYM_INITIALIZER)(111, &android_dlopen_ext, 1),

Completed in 405 milliseconds