about summary refs log tree commit diff
path: root/sysdeps/x86_64/bits/link.h
blob: 21c294a73c64afbcbbaeb92f463ff47ebf61f8e0 (plain) (blame)
1
2
3
4
5
struct link_map_machine
  {
    Elf64_Addr plt; /* Address of .plt + 0x16 */
    Elf64_Addr gotplt; /* Address of .got + 0x18 */
  };