Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp37 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/
Ddlfcn.h46 extern void* dlopen(const char* filename, int flag);
/bionic/libdl/
Dlibdl.c21 void *dlopen(const char *filename, int flag) { return 0; } in dlopen() function
Ddltest.c128 handle = libname ? dlopen(libname, RTLD_NOW) : RTLD_DEFAULT; in main()
/bionic/linker/
Ddlfcn.cpp63 void* dlopen(const char* filename, int flags) { in dlopen() function
178 ELF32_SYM_INITIALIZER( 0, &dlopen, 1),
/bionic/libc/bionic/
Ddebug_stacktrace.cpp53 gDemangler = dlopen("libgccdemangle.so", RTLD_NOW); in backtrace_startup()
Dmalloc_debug_common.cpp406 void* malloc_impl_handle = dlopen(so_name, RTLD_LAZY); in malloc_init_impl()