Searched refs:dlopen (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | dlfcn_test.cpp | 37 void* self = dlopen(NULL, RTLD_NOW); in TEST() 54 void* self = dlopen("/does/not/exist", RTLD_NOW); in TEST() 64 dlopen("/child/thread", RTLD_NOW); in ConcurrentDlErrorFn() 69 dlopen("/main/thread", RTLD_NOW); in TEST() 86 void* self = dlopen(NULL, RTLD_NOW); in TEST() 119 void* self = dlopen(NULL, RTLD_NOW); in TEST() 198 void* handle = dlopen("no-elf-hash-table-library.so", RTLD_NOW); in TEST() 211 handle = dlopen(NULL, 0); in TEST() 216 handle = dlopen(NULL, 0xffffffff); in TEST() 221 handle = dlopen(NULL, RTLD_NOW|RTLD_LAZY); in TEST()
|
/bionic/libc/include/ |
D | dlfcn.h | 46 extern void* dlopen(const char* filename, int flag);
|
/bionic/libdl/ |
D | libdl.c | 21 void *dlopen(const char *filename, int flag) { return 0; } in dlopen() function
|
D | dltest.c | 128 handle = libname ? dlopen(libname, RTLD_NOW) : RTLD_DEFAULT; in main()
|
/bionic/linker/ |
D | dlfcn.cpp | 63 void* dlopen(const char* filename, int flags) { in dlopen() function 178 ELF32_SYM_INITIALIZER( 0, &dlopen, 1),
|
/bionic/libc/bionic/ |
D | debug_stacktrace.cpp | 53 gDemangler = dlopen("libgccdemangle.so", RTLD_NOW); in backtrace_startup()
|
D | malloc_debug_common.cpp | 406 void* malloc_impl_handle = dlopen(so_name, RTLD_LAZY); in malloc_init_impl()
|