Searched refs:getfoo (Results 1 – 4 of 4) sorted by relevance
33 unsigned int (*getfoo) (void); in do_test() local55 getfoo = dlsym (handle, "getfoo"); in do_test()56 if (getfoo == NULL) in do_test()77 foo = getfoo (); in do_test()94 foo = getfoo (); in do_test()111 foo = getfoo (); in do_test()119 getfoo = NULL; in do_test()
22 getfoo (void) in getfoo() function
19 int getfoo (void);24 return getfoo (); in do_test()
23 getfoo (void) in getfoo() function