1extern void mod2 (void);
2
3void
4mod1 (void)
5{
6 mod2 ();
7}
8

source code of glibc/elf/unload8mod1.c