Home
last modified time | relevance | path

Searched refs:dlsym (Results 1 – 19 of 19) sorted by relevance

/bionic/tests/
Ddlfcn_test.cpp58 void* sym = dlsym(self, "DlSymTestFunction"); in TEST()
75 void* symbol = dlsym(RTLD_DEFAULT, "test_dlsym_symbol"); in TEST()
81 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol_using_RTLD_DEFAULT")); in TEST()
89 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol2_using_RTLD_DEFAULT")); in TEST()
97 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol_using_RTLD_NEXT")); in TEST()
115 void* symbol = dlsym(RTLD_DEFAULT, "test_dlsym_symbol"); in TEST()
121 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol_using_RTLD_DEFAULT")); in TEST()
129 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol2_using_RTLD_DEFAULT")); in TEST()
137 reinterpret_cast<fn_t>(dlsym(handle, "lookup_dlsym_symbol_using_RTLD_NEXT")); in TEST()
153 void* sym = dlsym(handle, "getRandomNumber"); in TEST()
[all …]
Datexit_test.cpp47 get_cxx_ctor_called = reinterpret_cast<int_fn>(dlsym(handle, "get_cxx_ctor_called")); in TEST()
48 get_attr_ctor_called = reinterpret_cast<int_fn>(dlsym(handle, "get_attr_ctor_called")); in TEST()
55 void* sym = dlsym(handle, "register_atexit"); in TEST()
Ddlext_test.cpp93 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F()
103 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F()
117 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F()
121 …uint32_t* taxicab_number = reinterpret_cast<uint32_t*>(dlsym(handle_, "dlopen_testlib_taxicab_numb… in TEST_F()
147 …uint32_t* taxicab_number = reinterpret_cast<uint32_t*>(dlsym(handle_, "dlopen_testlib_taxicab_numb… in TEST_F()
186 void* sym = dlsym(RTLD_DEFAULT, "this_symbol_does_not_exist___"); in TEST_F()
243 …uint32_t* taxicab_number = reinterpret_cast<uint32_t*>(dlsym(handle, "dlopen_testlib_taxicab_numbe… in TEST()
258 dlopen_b_fn fn = (dlopen_b_fn)dlsym(handle, "dlopen_b"); in TEST()
273 reinterpret_cast<fn_t>(dlsym(RTLD_DEFAULT, "android_update_LD_LIBRARY_PATH")); in TEST()
286 fn = reinterpret_cast<int (*)(void)>(dlsym(handle, "getRandomNumber")); in TEST()
[all …]
Dpthread_dlfcn_test.cpp46 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "proxy_pthread_atfork")); in TEST()
/bionic/tests/libs/
Ddlsym_from_this_functions.cpp25 int* result = static_cast<int*>(dlsym(RTLD_DEFAULT, "test_dlsym_symbol")); in lookup_dlsym_symbol_using_RTLD_DEFAULT()
35 int* result = static_cast<int*>(dlsym(RTLD_DEFAULT, "test_dlsym_symbol2")); in lookup_dlsym_symbol2_using_RTLD_DEFAULT()
45 int* result = static_cast<int*>(dlsym(RTLD_NEXT, "test_dlsym_symbol")); in lookup_dlsym_symbol_using_RTLD_NEXT()
Dnamespaces_root.cpp43 const char** result = static_cast<const char**>(dlsym(handle, "g_private_dlopened_string")); in ns_get_dlopened_string()
/bionic/libdl/
Dlibdl.arm64.map11 dlsym;
Dlibdl.mips.map11 dlsym;
Dlibdl.mips64.map11 dlsym;
Dlibdl.x86.map11 dlsym;
Dlibdl.x86_64.map11 dlsym;
Dlibdl.arm.map12 dlsym;
Dlibdl.c30 void* dlsym(void* handle __unused, const char* symbol __unused) { return 0; } in dlsym() function
Dlibdl.map.txt26 dlsym;
/bionic/libc/include/
Ddlfcn.h49 extern void* dlsym(void* handle, const char* symbol) __nonnull((2));
/bionic/libc/bionic/
Dmalloc_common.cpp230 *func = reinterpret_cast<FunctionType>(dlsym(malloc_impl_handler, symbol)); in InitMallocFunction()
338 dlsym(malloc_impl_handle, "debug_initialize")); in malloc_init_impl()
346 void* finalize_sym = dlsym(malloc_impl_handle, "debug_finalize"); in malloc_init_impl()
353 void* get_leak_info_sym = dlsym(malloc_impl_handle, "debug_get_malloc_leak_info"); in malloc_init_impl()
361 void* free_leak_info_sym = dlsym(malloc_impl_handle, "debug_free_malloc_leak_info"); in malloc_init_impl()
369 void* malloc_backtrace_sym = dlsym(malloc_impl_handle, "debug_malloc_backtrace"); in malloc_init_impl()
DNetdClient.cpp30 InitFunctionType initFunction = reinterpret_cast<InitFunctionType>(dlsym(handle, symbol)); in netdClientInitFunction()
/bionic/linker/
Ddlfcn.cpp101 void* dlsym(void* handle, const char* symbol) { in dlsym() function
223 ELFW(SYM_INITIALIZER)( 15, &dlsym, 1),
/bionic/libc/tools/
Dposix-2013.txt184 dlsym