Home | History | Annotate | Download | only in bfd

Lines Matching defs:tlsbase

14162       struct elf_link_hash_entry *tlsbase;
14164 tlsbase = elf_link_hash_lookup
14167 if (tlsbase)
14179 tlsbase->type = STT_TLS;
14180 tlsbase = (struct elf_link_hash_entry *)bh;
14181 tlsbase->def_regular = 1;
14182 tlsbase->other = STV_HIDDEN;
14183 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE);