Home
last modified time | relevance | path

Searched refs:parent_sym (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functionalext/ldso_randomization/
H A Dldso_randomization_manual.c284 void *parent_sym = 0; in dlsym_randomization_0200() local
310 parent_sym = dlsym(parent_handle, "test"); in dlsym_randomization_0200()
311 t_printf("%s parent sym is %p\n", __FUNCTION__, parent_sym); in dlsym_randomization_0200()
316 if (parent_sym == get_child_sym) { in dlsym_randomization_0200()
H A Dldso_randomization_test.c327 void *parent_sym = 0; in dlopen_ext_randomization_0900() local
355 parent_sym = dlsym(parent_handle, "test"); in dlopen_ext_randomization_0900()
360 EXPECT_PTREQ(__FUNCTION__, parent_sym, get_child_sym); in dlopen_ext_randomization_0900()

Completed in 2 milliseconds