Searched refs:fp2 (Results 1 – 2 of 2) sorted by relevance
13 int (*fp2) (int); in main() local34 fp2 = dlsym (h2, "obj1func1"); in main()35 if (fp2 == NULL) in main()40 res2 = fp2 (10); in main()
15 int (*fp2) (int, int *); in do_test() local83 fp2 = dlsym (h2, "in_dso"); in do_test()84 if (fp2 == NULL) in do_test()90 result |= fp2 (42 + i, bazp); in do_test()150 fp2 = dlsym (h2, "in_dso"); in do_test()151 if (fp2 == NULL) in do_test()157 result |= fp2 (62 + i, bazp); in do_test()
Completed in 4 milliseconds