glibc/sysdeps/sh/bits/linkmap.h

6 lines
132 B
C
Raw Normal View History

2007-07-12 18:26:36 +00:00
struct link_map_machine
{
Elf32_Addr plt; /* Address of .plt + 36 */
Elf32_Addr gotplt; /* Address of .got + 0x0c */
};