Home
last modified time | relevance | path

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

/glibc-2.36/dlfcn/
Dtststatic4.c35 void (*initial_setfoo) (unsigned int); in do_test() local
72 initial_setfoo = dlsym (initial_handle, "setfoo"); in do_test()
73 if (initial_setfoo != NULL) in do_test()
76 initial_setfoo); in do_test()
157 initial_setfoo = dlsym (initial_handle, "setfoo"); in do_test()
158 if (initial_setfoo == NULL) in do_test()
208 initial_setfoo (MAGIC1); in do_test()
344 initial_setfoo = NULL; in do_test()