summaryrefslogtreecommitdiff
path: root/sysdeps/i386/bits/link.h
blob: 3be9b7eae814c16f42657fe84defc2f8ddb5cf30 (plain)
1
2
3
4
5
struct link_map_machine
  {
    Elf32_Addr plt; /* Address of .plt + 0x16 */
    Elf32_Addr gotplt; /* Address of .got + 0x0c */
  };