Searched refs:test4 (Results 1 – 1 of 1) sorted by relevance
180 int (*test4) (int); in test() local181 test4 = dlsym (handle, "test"); in test()182 if (test4 == NULL) in test()188 res = test4 (16); in test()195 res = dladdr1 (test4, &info, &symp, RTLD_DL_SYMENT); in test()209 if (info.dli_saddr != (void *) test4) in test()211 fprintf (out, "saddr %p != test %p\n", info.dli_saddr, test4); in test()
Completed in 4 milliseconds