blob: bb2fbb5f1613a15056a9a849664b5d1a69b6de0e [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001struct link_map_machine
2 {
3 Elf32_Addr plt; /* Address of .plt + 36 */
4 Elf32_Addr gotplt; /* Address of .got + 0x0c */
5 };