Searched refs:foop2 (Results 1 – 2 of 2) sorted by relevance
12 int *foop2; in do_test() local41 foop2 = dlsym (h, "foo"); in do_test()42 if (foop2 == NULL) in do_test()48 if (foop != foop2) in do_test()
14 int *foop2; in do_test() local59 foop2 = dlsym (h, "foo"); in do_test()60 if (foop2 == NULL) in do_test()66 if (foop != foop2) in do_test()
Completed in 3 milliseconds