Home
last modified time | relevance | path

Searched refs:test_in_mod1 (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/dlfcn/
Ddefaultmod1.c12 extern int test_in_mod1 (int (*mainp)(int, char **));
14 test_in_mod1 (int (*mainp)(int, char **)) in test_in_mod1() function
Ddefault.c6 extern int test_in_mod1 (void *);
75 result |= test_in_mod1 (main); in main()
/glibc-2.36/ChangeLog.old/
DChangeLog.146307 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.