1 struct link_map_machine 2 { 3 Elf32_Addr plt; /* Address of .plt */ 4 void *tlsdesc_table; /* Address of TLS descriptor hash table. */ 5 }; 6
1 struct link_map_machine 2 { 3 Elf32_Addr plt; /* Address of .plt */ 4 void *tlsdesc_table; /* Address of TLS descriptor hash table. */ 5 }; 6