about summary refs log tree commit diff
path: root/sysdeps/s390/s390-32/bits/link.h
blob: 962cf5685196ffa4a56b3419fa096eec894605ae (plain) (blame)
1
2
3
4
5
struct link_map_machine
  {
    Elf32_Addr plt; /* Address of .plt + 0x2c */
    Elf32_Addr gotplt; /* Address of .got + 0x0c */
  };