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

source code of glibc/elf/unload8mod2.c