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

/bionic/tests/
H A Ddlopen_test.cpp26 TEST(dlopen, dlsym_in_self) {
27 void* self = dlopen(NULL, RTLD_NOW);
/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/linker/
H A Ddlfcn.c54 void *dlopen(const char *filename, int flag) function
170 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_unwind_find_exidx\0"
176 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_iterate_phdr\0"
190 st_value: (Elf32_Addr) &dlopen,
/bionic/libc/bionic/
H A Dmalloc_debug_common.cpp416 libc_malloc_impl_handle = dlopen(so_name, RTLD_LAZY);

Completed in 178 milliseconds