]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/s390/bits/link.h
Update.
[thirdparty/glibc.git] / sysdeps / s390 / bits / link.h
1 #if __WORDSIZE == 64
2 struct link_map_machine
3 {
4 Elf64_Addr plt; /* Address of .plt + 0x2e */
5 Elf64_Addr gotplt; /* Address of .got + 0x18 */
6 };
7 #else
8 struct link_map_machine
9 {
10 Elf32_Addr plt; /* Address of .plt + 0x2c */
11 Elf32_Addr gotplt; /* Address of .got + 0x0c */
12 };
13 #endif