HomeSort by relevance Sort by last modified time
    Searched defs:android_dlopen_ext (Results 1 - 2 of 2) sorted by null

  /bionic/libdl/
libdl.c 40 void* android_dlopen_ext(const char* filename __unused, int flag __unused, const android_dlextinfo* extinfo __unused) { return 0; } function
  /bionic/linker/
dlfcn.cpp 78 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 149 milliseconds