Home
last modified time | relevance | path

Searched refs:dlsymfn (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/dlfcn/
Dtststatic2.c132 void *(*dlsymfn) (void *, const char *); in do_test() local
133 dlsymfn = dlsym (handle2, "dlsym"); in do_test()
134 if (dlsymfn == NULL) in do_test()
139 void *test2 = dlsymfn (handle, "test"); in do_test()
Dmodstatic2.c134 void *(*dlsymfn) (void *, const char *); in test() local
135 dlsymfn = dlsym (handle2, "dlsym"); in test()
136 if (dlsymfn == NULL) in test()
141 void *test3 = dlsymfn (handle, "test"); in test()