Searched refs:dlopen (Results 1 - 9 of 9) sorted by relevance

/bionic/tests/
H A Ddlfcn_test.cpp49 void* self = dlopen(NULL, RTLD_NOW);
66 void* handle = dlopen("libtest_with_dependency.so", RTLD_NOW);
79 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD);
81 handle = dlopen("libtest_simple.so", RTLD_NOW);
82 void* handle2 = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD);
91 void* self = dlopen("/does/not/exist", RTLD_NOW);
94 ASSERT_STREQ("dlopen failed: library \"/does/not/exist\" not found", dlerror());
101 dlopen("/child/thread", RTLD_NOW);
106 dlopen("/main/thread", RTLD_NOW);
123 void* self = dlopen(NUL
[all...]
H A Datexit_test.cpp30 void* handle = dlopen("libtest_atexit.so", RTLD_NOW);
H A Ddlext_test.cpp328 handle = dlopen(lib, RTLD_NOW);
/bionic/libc/include/
H A Ddlfcn.h46 extern void* dlopen(const char* filename, int flag);
/bionic/libc/bionic/
H A DNetdClient.cpp37 void* netdClientHandle = dlopen("libnetd_client.so", RTLD_LAZY);
H A Ddebug_stacktrace.cpp63 g_demangler = dlopen("libgccdemangle.so", RTLD_NOW);
H A Dmalloc_debug_common.cpp405 void* malloc_impl_handle = dlopen(so_name, RTLD_LAZY);
/bionic/libdl/
H A Dlibdl.c25 void* dlopen(const char* filename __unused, int flag __unused) { return 0; } function
/bionic/linker/
H A Ddlfcn.cpp72 __bionic_format_dlerror("dlopen failed", linker_get_error_buffer());
82 void* dlopen(const char* filename, int flags) { 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"
203 ELFW(SYM_INITIALIZER)( 0, &dlopen, 1),

Completed in 256 milliseconds