Searched refs:tlsbase (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-i386.c2118 struct elf_link_hash_entry *tlsbase;
2120 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
2124 if (tlsbase && tlsbase->type == STT_TLS)
2135 tlsbase = (struct elf_link_hash_entry *)bh;
2136 tlsbase->def_regular = 1;
2137 tlsbase->other = STV_HIDDEN;
2138 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE);
2116 struct elf_link_hash_entry *tlsbase; local
H A Delf64-x86-64.c1978 struct elf_link_hash_entry *tlsbase;
1980 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
1984 if (tlsbase && tlsbase->type == STT_TLS)
1995 tlsbase = (struct elf_link_hash_entry *)bh;
1996 tlsbase->def_regular = 1;
1997 tlsbase->other = STV_HIDDEN;
1998 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE);
1976 struct elf_link_hash_entry *tlsbase; local

Completed in 205 milliseconds