Searched refs:fct (Results 1 – 3 of 3) sorted by relevance
60 int (*fct) (Lmid_t) = dlsym (h, "foo"); in do_test() local61 if (fct == NULL) in do_test()67 if (fct (ns) != 0) in do_test()
116 int (*fct) (int); in main() local126 fct = dlsym (testobjs[index].handle, tests[nr].fname); in main()127 if (fct == NULL) in main()132 fct (10); in main()
237 _dl_receive_error (receiver_fct fct, void (*operate) (void *), void *args) in libc_hidden_def()244 receiver = fct; in libc_hidden_def()
Completed in 6 milliseconds