Home
last modified time | relevance | path

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

/glibc-2.36/dlfcn/
Dtststatic4.c37 void (*global_setfoo) (unsigned int); in do_test() local
103 global_setfoo = dlsym (global_handle, "setfoo"); in do_test()
104 if (global_setfoo == NULL) in do_test()
253 global_setfoo (MAGIC2); in do_test()
353 global_setfoo = NULL; in do_test()