Moved tahoe files to ports repository
[glibc.git] / sysdeps / x86_64 / bits / link.h
blob8ea7157156a518a06d49c8a0cf9ec62cb9579a68
1 #if __WORDSIZE == 64
2 struct link_map_machine
4 Elf64_Addr plt; /* Address of .plt + 0x16 */
5 Elf64_Addr gotplt; /* Address of .got + 0x18 */
6 };
8 #else
9 struct link_map_machine
11 Elf32_Addr plt; /* Address of .plt + 0x16 */
12 Elf32_Addr gotplt; /* Address of .got + 0x0c */
14 #endif