Searched refs:dlsym (Results 1 - 9 of 9) sorted by relevance

/bionic/tests/
H A Ddlfcn_test.cpp55 void* sym = dlsym(self, "DlSymTestFunction");
72 void* sym = dlsym(handle, "getRandomNumber");
102 fn_ptr foo_ptr = reinterpret_cast<fn_ptr>(dlsym(handle, "foo"));
103 fn_ptr foo_library_ptr = reinterpret_cast<fn_ptr>(dlsym(handle, "foo_library"));
114 foo_ptr = reinterpret_cast<fn_ptr>(dlsym(handle, "foo"));
115 foo_library_ptr = reinterpret_cast<fn_ptr>(dlsym(handle, "foo_library"));
128 fn_ptr is_ctor_called = reinterpret_cast<fn_ptr>(dlsym(handle, "is_ctor_called_irelative"));
132 is_ctor_called = reinterpret_cast<fn_ptr>(dlsym(handle, "is_ctor_called_jump_slot"));
160 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "relo_test_get_answer"));
189 void* sym = dlsym(RTLD_DEFAUL
[all...]
H A Ddlext_test.cpp84 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber"));
94 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber"));
111 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber"));
131 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber"));
182 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber"));
212 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber"));
230 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber"));
296 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber"));
H A Datexit_test.cpp33 void* sym = dlsym(handle, "register_atexit");
/bionic/libc/include/
H A Ddlfcn.h49 extern void* dlsym(void* handle, const char* symbol);
/bionic/libc/bionic/
H A DNetdClient.cpp30 InitFunctionType initFunction = reinterpret_cast<InitFunctionType>(dlsym(handle, symbol));
H A Dmalloc_debug_common.cpp302 *func = reinterpret_cast<FunctionType>(dlsym(malloc_impl_handler, symbol));
304 error_log("%s: dlsym(\"%s\") failed", getprogname(), symbol);
413 malloc_debug_initialize = reinterpret_cast<MallocDebugInit>(dlsym(malloc_impl_handle,
429 reinterpret_cast<MemCheckInit>(dlsym(malloc_impl_handle, "memcheck_initialize"));
499 reinterpret_cast<MallocDebugFini>(dlsym(libc_malloc_impl_handle, "malloc_debug_finalize"));
H A Ddebug_stacktrace.cpp65 void* sym = dlsym(g_demangler, "__cxa_demangle");
/bionic/libdl/
H A Dlibdl.c27 void* dlsym(void* handle __unused, const char* symbol __unused) { return 0; } function
/bionic/linker/
H A Ddlfcn.cpp86 void* dlsym(void* handle, const char* symbol) { function
91 __bionic_format_dlerror("dlsym library handle is null", nullptr);
97 __bionic_format_dlerror("dlsym symbol name is null", nullptr);
187 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0dl_unwind_find_exidx\0"
192 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0"
205 ELFW(SYM_INITIALIZER)( 15, &dlsym, 1),

Completed in 207 milliseconds