Home
last modified time | relevance | path

Searched refs:android_dlopen_ext (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/
Ddlext_test.cpp82 handle_ = android_dlopen_ext(LIBNAME, RTLD_NOW, nullptr); in TEST_F()
92 handle_ = android_dlopen_ext(LIBNAME, RTLD_NOW, &extinfo); in TEST_F()
109 handle_ = android_dlopen_ext(lib_path, RTLD_NOW, &extinfo); in TEST_F()
128 handle_ = android_dlopen_ext(lib_path, RTLD_NOW, &extinfo); in TEST_F()
148 handle_ = android_dlopen_ext("libname_placeholder", RTLD_NOW, &extinfo); in TEST_F()
153 handle_ = android_dlopen_ext("libname_placeholder", RTLD_NOW, &extinfo); in TEST_F()
167 handle_ = android_dlopen_ext("/some/lib/that/does_not_exist", RTLD_NOW, &extinfo); in TEST_F()
180 handle_ = android_dlopen_ext(LIBNAME, RTLD_NOW, &extinfo); in TEST_F()
198 handle_ = android_dlopen_ext(LIBNAME, RTLD_NOW, &extinfo); in TEST_F()
210 handle_ = android_dlopen_ext(LIBNAME, RTLD_NOW, &extinfo); in TEST_F()
[all …]
/bionic/libc/include/android/
Ddlext.h81 extern void* android_dlopen_ext(const char* filename, int flag, const android_dlextinfo* extinfo);
/bionic/libdl/
Dlibdl.c40 void* android_dlopen_ext(const char* filename __unused, int flag __unused, const android_dlextinfo*… in android_dlopen_ext() function
/bionic/linker/
Ddlfcn.cpp78 void* android_dlopen_ext(const char* filename, int flags, const android_dlextinfo* extinfo) { in android_dlopen_ext() function
211 ELFW(SYM_INITIALIZER)(111, &android_dlopen_ext, 1),