Blame sysdeps/sh/linkmap.h

Packit 6c4009
struct link_map_machine
Packit 6c4009
  {
Packit 6c4009
    Elf32_Addr plt; /* Address of .plt + 36 */
Packit 6c4009
    Elf32_Addr gotplt; /* Address of .got + 0x0c */
Packit 6c4009
  };