1extern int in_renamed (int);
2
3
4int
5in_renamed (int a)
6{
7 return a - 10;
8}
9

source code of glibc/elf/pathoptobj.c