Home
last modified time | relevance | path

Searched refs:RTLD_DEFAULT (Results 1 – 6 of 6) sorted by relevance

/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()
/bionic/libc/include/
Ddlfcn.h79 #define RTLD_DEFAULT __BIONIC_CAST(reinterpret_cast, void*, 0) macro
82 #define RTLD_DEFAULT __BIONIC_CAST(reinterpret_cast, void*, 0xffffffff) macro
/bionic/tests/
Ddlfcn_test.cpp99 void* symbol = dlsym(RTLD_DEFAULT, "test_dlsym_symbol"); in TEST()
139 void* symbol = dlsym(RTLD_DEFAULT, "test_dlsym_symbol"); in TEST()
370 void* sym = dlsym(RTLD_DEFAULT, "check_order_dlsym_get_answer");
376 fn = reinterpret_cast<fn_t>(dlsym(RTLD_DEFAULT, "check_order_dlsym_get_answer"));
378 fn2 = reinterpret_cast<fn_t>(dlsym(RTLD_DEFAULT, "check_order_dlsym_get_answer2"));
622 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func");
627 sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func");
637 sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func");
647 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func");
652 sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func");
[all …]
Ddlext_test.cpp179 void* sym = dlsym(RTLD_DEFAULT, "this_symbol_does_not_exist___"); in TEST_F()
273 reinterpret_cast<fn_t>(dlsym(RTLD_DEFAULT, "android_update_LD_LIBRARY_PATH")); in TEST()
/bionic/linker/
Dlinker_soinfo.cpp739 } while (handle_ == reinterpret_cast<uintptr_t>(RTLD_DEFAULT) || in generate_handle()
Dlinker.cpp792 return dlsym_linear_lookup(&g_default_namespace, name, vi, found, nullptr, RTLD_DEFAULT); in ElfW()
2043 if (handle != RTLD_DEFAULT && handle != RTLD_NEXT) { in do_dlsym()
2075 if (handle == RTLD_DEFAULT || handle == RTLD_NEXT) { in do_dlsym()