Searched refs:RTLD_DEFAULT (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/libs/ |
D | dlsym_from_this_functions.cpp | 25 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()
|
D | dlopen_testlib_ifunc_variable_impl.cpp | 25 g_flag = reinterpret_cast<uintptr_t>(dlsym(RTLD_DEFAULT, "dlsym")); in init_flag()
|
D | dlopen_testlib_ifunc.cpp | 25 g_flag = reinterpret_cast<uintptr_t>(dlsym(RTLD_DEFAULT, "dlsym")); in init_flag()
|
/bionic/libc/include/ |
D | dlfcn.h | 71 #define RTLD_DEFAULT __BIONIC_CAST(reinterpret_cast, void*, 0) macro 74 #define RTLD_DEFAULT __BIONIC_CAST(reinterpret_cast, void*, 0xffffffff) macro
|
/bionic/tests/ |
D | dlfcn_test.cpp | 111 void* symbol = dlsym(RTLD_DEFAULT, "test_dlsym_symbol"); in TEST() 151 void* symbol = dlsym(RTLD_DEFAULT, "test_dlsym_symbol"); in TEST() 417 void* sym = dlsym(RTLD_DEFAULT, "check_order_dlsym_get_answer"); in TEST() 423 fn = reinterpret_cast<fn_t>(dlsym(RTLD_DEFAULT, "check_order_dlsym_get_answer")); in TEST() 425 fn2 = reinterpret_cast<fn_t>(dlsym(RTLD_DEFAULT, "check_order_dlsym_get_answer2")); in TEST() 669 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() 674 sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() 684 sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() 694 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() 699 sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() [all …]
|
D | dlext_test.cpp | 179 void* sym = dlsym(RTLD_DEFAULT, "this_symbol_does_not_exist___"); in TEST_F() 297 reinterpret_cast<fn_t>(dlsym(RTLD_DEFAULT, "android_update_LD_LIBRARY_PATH")); in TEST()
|
/bionic/linker/ |
D | linker_soinfo.cpp | 893 } while (handle_ == reinterpret_cast<uintptr_t>(RTLD_DEFAULT) || in generate_handle()
|