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

/bionic/libc/include/
H A Ddlfcn.h46 extern void* dlopen(const char* filename, int flag);
/bionic/libdl/
H A Dlibdl.c21 void *dlopen(const char *filename, int flag) { return 0; } function
H A Ddltest.c128 handle = libname ? dlopen(libname, RTLD_NOW) : RTLD_DEFAULT;
130 if (dlerr != NULL) fprintf(stderr, "dlopen() error: %s\n", dlerr);
/bionic/tests/
H A Ddlfcn_test.cpp37 void* self = dlopen(NULL, RTLD_NOW);
54 void* self = dlopen("/does/not/exist", RTLD_NOW);
57 ASSERT_STREQ("dlopen failed: library \"/does/not/exist\" not found", dlerror());
64 dlopen("/child/thread", RTLD_NOW);
69 dlopen("/main/thread", RTLD_NOW);
86 void* self = dlopen(NULL, RTLD_NOW);
119 void* self = dlopen(NULL, RTLD_NOW);
198 void* handle = dlopen("no-elf-hash-table-library.so", RTLD_NOW);
200 ASSERT_STREQ("dlopen failed: empty/missing DT_HASH in \"no-elf-hash-table-library.so\" (built with --hash-style=gnu?)", dlerror());
211 handle = dlopen(NUL
[all...]
/bionic/linker/
H A Ddlfcn.cpp63 void* dlopen(const char* filename, int flags) { function
67 __bionic_format_dlerror("dlopen failed", linker_get_error_buffer());
152 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0dl_unwind_find_exidx\0"
158 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0dl_iterate_phdr\0"
178 ELF32_SYM_INITIALIZER( 0, &dlopen, 1),
/bionic/libc/bionic/
H A Ddebug_stacktrace.cpp53 gDemangler = dlopen("libgccdemangle.so", RTLD_NOW);
H A Dmalloc_debug_common.cpp406 void* malloc_impl_handle = dlopen(so_name, RTLD_LAZY);

Completed in 7615 milliseconds