Searched refs:ori_handle (Results 1 - 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
H A D | ldso_randomization_test.c | 108 void *ori_handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0400() local 110 EXPECT_PTRNE(__FUNCTION__, ori_handle, 0); in dlopen_randomization_0400() 111 if (!ori_handle) { in dlopen_randomization_0400() 117 EXPECT_PTREQ(__FUNCTION__, ori_handle, handle); in dlopen_randomization_0400() 121 dlclose(ori_handle); in dlopen_randomization_0400() 229 void *ori_handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0400() local 231 EXPECT_PTRNE(__FUNCTION__, ori_handle, 0); in dlopen_ext_randomization_0400() 232 if (!ori_handle) { in dlopen_ext_randomization_0400() 238 EXPECT_PTREQ(__FUNCTION__, ori_handle, handle); in dlopen_ext_randomization_0400() 242 dlclose(ori_handle); in dlopen_ext_randomization_0400() 443 void *ori_handle = dlopen_ns(&dlns, LIB_NAME, RTLD_NOW); dlopen_ns_randomization_0400() local [all...] |
Completed in 1 milliseconds