Searched refs:ifp (Results 1 – 3 of 3) sorted by relevance
16 int (*ifp) (void); in test_in_mod1() local35 ifp = dlsym (RTLD_DEFAULT, "found_in_mod1"); in test_in_mod1()36 if ((void *) ifp == NULL) in test_in_mod1()41 else if (ifp () != 1) in test_in_mod1()49 ifp = dlsym (RTLD_DEFAULT, "found_in_mod2"); in test_in_mod1()50 if ((void *) ifp == NULL) in test_in_mod1()55 else if (ifp () != 2) in test_in_mod1()
23 int (*ifp) (void); in test_in_mod2() local42 ifp = dlsym (RTLD_DEFAULT, "found_in_mod1"); in test_in_mod2()43 if ((void *) ifp == NULL) in test_in_mod2()48 else if (ifp () != 1) in test_in_mod2()56 ifp = dlsym (RTLD_DEFAULT, "found_in_mod2"); in test_in_mod2()57 if ((void *) ifp == NULL) in test_in_mod2()62 else if (ifp () != 2) in test_in_mod2()
13 int (*ifp) (void); in main() local47 ifp = dlsym (RTLD_DEFAULT, "found_in_mod1"); in main()48 if ((void *) ifp == NULL) in main()53 else if (ifp () != 1) in main()61 ifp = dlsym (RTLD_DEFAULT, "found_in_mod2"); in main()62 if ((void *) ifp == NULL) in main()67 else if (ifp () != 2) in main()