Searched refs:dlsymfn (Results 1 – 2 of 2) sorted by relevance
132 void *(*dlsymfn) (void *, const char *); in do_test() local133 dlsymfn = dlsym (handle2, "dlsym"); in do_test()134 if (dlsymfn == NULL) in do_test()139 void *test2 = dlsymfn (handle, "test"); in do_test()
134 void *(*dlsymfn) (void *, const char *); in test() local135 dlsymfn = dlsym (handle2, "dlsym"); in test()136 if (dlsymfn == NULL) in test()141 void *test3 = dlsymfn (handle, "test"); in test()