1 struct link_map_machine
2   {
3     Elf32_Addr plt; /* Address of .plt + 36 */
4     Elf32_Addr gotplt; /* Address of .got + 0x0c */
5   };
6