Blame sysdeps/arm/linkmap.h

Packit Service 82fcde
struct link_map_machine
Packit Service 82fcde
  {
Packit Service 82fcde
    Elf32_Addr plt; /* Address of .plt */
Packit Service 82fcde
    void *tlsdesc_table; /* Address of TLS descriptor hash table.  */
Packit Service 82fcde
  };