Blame sysdeps/arm/linkmap.h

Packit 6c4009
struct link_map_machine
Packit 6c4009
  {
Packit 6c4009
    Elf32_Addr plt; /* Address of .plt */
Packit 6c4009
    void *tlsdesc_table; /* Address of TLS descriptor hash table.  */
Packit 6c4009
  };