6 lines
145 B
C
6 lines
145 B
C
struct link_map_machine
|
|
{
|
|
Elf32_Addr plt; /* Address of .plt */
|
|
void *tlsdesc_table; /* Address of TLS descriptor hash table. */
|
|
};
|