Lines Matching defs:tlsbase
7701 struct elf_link_hash_entry *tlsbase;
7703 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
7706 if (tlsbase)
7717 tlsbase->type = STT_TLS;
7718 tlsbase = (struct elf_link_hash_entry *) h;
7719 tlsbase->def_regular = 1;
7720 tlsbase->other = STV_HIDDEN;
7721 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE);