Searched refs:test_in_mod1 (Results 1 – 3 of 3) sorted by relevance
12 extern int test_in_mod1 (int (*mainp)(int, char **));14 test_in_mod1 (int (*mainp)(int, char **)) in test_in_mod1() function
6 extern int test_in_mod1 (void *);75 result |= test_in_mod1 (main); in main()
6307 Address passed to test_in_mod1 and test_in_mod2 without casting.6308 * dlfcn/defaultmod1.c: Change prototype of test_in_mod1.6309 (test_in_mod1): Cast dlsym loaded value to same type as mainp.