Home
last modified time | relevance | path

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

/glibc-2.36/dlfcn/
Dtststatic4.c36 unsigned int (*global_getfoo) (void); in do_test() local
96 global_getfoo = dlsym (global_handle, "getfoo"); in do_test()
97 if (global_getfoo == NULL) in do_test()
193 foo = global_getfoo (); in do_test()
238 foo = global_getfoo (); in do_test()
283 foo = global_getfoo (); in do_test()
328 foo = global_getfoo (); in do_test()
352 global_getfoo = NULL; in do_test()