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