Searched refs:tlsdesc_table (Results 1 – 7 of 7) sorted by relevance
38 if (map->l_mach.tlsdesc_table) in _dl_unmap()39 htab_delete (map->l_mach.tlsdesc_table); in _dl_unmap()
34 if (map->l_mach.tlsdesc_table) in _dl_unmap()35 htab_delete (map->l_mach.tlsdesc_table); in _dl_unmap()
6 void *tlsdesc_table; /* Address of TLS descriptor hash table. */ member14 void *tlsdesc_table; /* Address of TLS descriptor hash table. */ member
36 if (map->l_mach.tlsdesc_table) in _dl_unmap()37 htab_delete (map->l_mach.tlsdesc_table); in _dl_unmap()
24 void *tlsdesc_table; /* Address of TLS descriptor hash table. */ member
4 void *tlsdesc_table; /* Address of TLS descriptor hash table. */ member
Completed in 14 milliseconds