summaryrefslogtreecommitdiff
path: root/ports/sysdeps/arm/bits/linkmap.h
blob: 7c2b4a6da84c65e6ed698d2cd6de04ebc3642229 (plain)
1
2
3
4
5
struct link_map_machine
  {
    Elf32_Addr plt; /* Address of .plt */
    void *tlsdesc_table; /* Address of TLS descriptor hash table.  */
  };