Lines Matching refs:dlsym

93   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()
291 reinterpret_cast<uint32_t*>(dlsym(handle, "dlopen_testlib_taxicab_number")); in TEST()
308 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F()
343 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F()
360 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F()
379 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TEST_F()
458 fn f = reinterpret_cast<fn>(dlsym(handle_, "getRandomNumber")); in TryUsingRelro()
463 reinterpret_cast<uint32_t*>(dlsym(handle_, "dlopen_testlib_taxicab_number")); in TryUsingRelro()
689 fn_t ns_get_local_string1 = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string")); in TEST()
691 fn_t ns_get_local_string2 = reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_local_string")); in TEST()
700 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_private_extern_string")); in TEST()
703 reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_private_extern_string")); in TEST()
712 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string")); in TEST()
715 reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_public_extern_string")); in TEST()
722 fn_t ns_get_dlopened_string1 = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string")); in TEST()
724 fn_t ns_get_dlopened_string2 = reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_dlopened_string")); in TEST()
824 fn_t ns_get_local_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string")); in TEST()
830 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_private_extern_string")); in TEST()
836 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string")); in TEST()
841 fn_t ns_get_dlopened_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string")); in TEST()
919 fn_t ns_get_local_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string")); in TEST()
921 fn_t ns_get_local_string_shared = reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_local_string")); in TEST()
929 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_private_extern_string")); in TEST()
932 reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_private_extern_string")); in TEST()
940 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string")); in TEST()
943 reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_public_extern_string")); in TEST()
950 fn_t ns_get_dlopened_string = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string")); in TEST()
952 …fn_t ns_get_dlopened_string_shared = reinterpret_cast<fn_t>(dlsym(handle2, "ns_get_dlopened_string… in TEST()
954 …const char** ns_dlopened_string = static_cast<const char**>(dlsym(handle_dlopened, "g_private_dlop… in TEST()
1135 reinterpret_cast<uintptr_t>(dlsym(handle, "ns_get_dlopened_string")); in TEST()