Searched refs:dlopen (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | dlfcn_test.cpp | 51 void* self = dlopen(NULL, RTLD_NOW); in TEST() 68 void* handle = dlopen("libtest_with_dependency.so", RTLD_NOW); in TEST() 81 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); in TEST() 83 handle = dlopen("libtest_simple.so", RTLD_NOW); in TEST() 84 void* handle2 = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); in TEST() 100 void* handle = dlopen("libtest_ifunc.so", RTLD_NOW); in TEST() 112 handle = dlopen("libtest_ifunc.so", RTLD_NOW); in TEST() 126 void* handle = dlopen("libtest_ifunc.so", RTLD_NOW); in TEST() 156 handle = dlopen("libtest_relo_check_dt_needed_order.so", RTLD_NOW); in TEST() 191 void* handle = dlopen("libtest_check_order.so", RTLD_NOW | RTLD_GLOBAL); in TEST() [all …]
|
D | atexit_test.cpp | 30 void* handle = dlopen("libtest_atexit.so", RTLD_NOW); in TEST()
|
D | dlext_test.cpp | 64 void* h = dlopen(LIBNAME, RTLD_NOW | RTLD_NOLOAD); in SetUp() 66 h = dlopen(LIBNAME_NORELRO, RTLD_NOW | RTLD_NOLOAD); in SetUp() 392 handle = dlopen(lib, RTLD_NOW); in SpawnChildrenAndMeasurePss()
|
/bionic/libc/include/ |
D | dlfcn.h | 46 extern void* dlopen(const char* filename, int flag);
|
/bionic/libdl/ |
D | libdl.c | 25 void* dlopen(const char* filename __unused, int flag __unused) { return 0; } in dlopen() function
|
/bionic/libc/bionic/ |
D | NetdClient.cpp | 37 void* netdClientHandle = dlopen("libnetd_client.so", RTLD_LAZY); in netdClientInitImpl()
|
D | debug_stacktrace.cpp | 63 g_demangler = dlopen("libgccdemangle.so", RTLD_NOW); in backtrace_startup()
|
D | malloc_debug_common.cpp | 405 void* malloc_impl_handle = dlopen(so_name, RTLD_LAZY); in malloc_init_impl()
|
/bionic/linker/ |
D | dlfcn.cpp | 82 void* dlopen(const char* filename, int flags) { in dlopen() function 203 ELFW(SYM_INITIALIZER)( 0, &dlopen, 1),
|
/bionic/ |
D | HACKING.txt | 16 implementation at runtime. This is where stuff like dlopen(3) lives.
|