Lines Matching refs:RTLD_DEFAULT
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()
705 void* sym_after_dlclose = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST()
1100 void* addr = dlsym(RTLD_DEFAULT, "ANY_UNKNOWN_SYMBOL_NAME"); in TEST()
1105 void* addr = dlsym(RTLD_DEFAULT, "fopen"); in TEST()
1123 void* expected_addr = dlsym(RTLD_DEFAULT, "fclose"); in TEST()