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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-i386.c2159 struct elf_link_hash_entry *tlsbase;
2161 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
2165 if (tlsbase && tlsbase->type == STT_TLS)
2176 tlsbase = (struct elf_link_hash_entry *)bh;
2177 tlsbase->def_regular = 1;
2178 tlsbase->other = STV_HIDDEN;
2179 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE);
2157 struct elf_link_hash_entry *tlsbase; local
H A Delf64-x86-64.c1993 struct elf_link_hash_entry *tlsbase;
1995 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
1999 if (tlsbase && tlsbase->type == STT_TLS)
2010 tlsbase = (struct elf_link_hash_entry *)bh;
2011 tlsbase->def_regular = 1;
2012 tlsbase->other = STV_HIDDEN;
2013 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE);
1991 struct elf_link_hash_entry *tlsbase; local
/haiku-buildtools/binutils/bfd/
H A Delf32-xtensa.c616 struct elf_xtensa_link_hash_entry *tlsbase;
659 struct elf_link_hash_entry *tlsbase;
678 tlsbase = elf_link_hash_lookup (&ret->elf, "_TLS_MODULE_BASE_",
680 tlsbase->root.type = bfd_link_hash_new;
681 tlsbase->root.u.undef.abfd = NULL;
682 tlsbase->non_elf = 0;
683 ret->tlsbase = elf_xtensa_hash_entry (tlsbase);
684 ret->tlsbase->tls_type = GOT_UNKNOWN;
1048 if (h && elf_xtensa_hash_entry (h) != htab->tlsbase)
614 struct elf_xtensa_link_hash_entry *tlsbase; member in struct:elf_xtensa_link_hash_table
657 struct elf_link_hash_entry *tlsbase; local
1862 struct elf_link_hash_entry *tlsbase = &htab->tlsbase->elf; local
[all...]
H A Delf32-i386.c3629 struct elf_link_hash_entry *tlsbase;
3631 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
3635 if (tlsbase && tlsbase->type == STT_TLS)
3654 tlsbase = (struct elf_link_hash_entry *)bh;
3655 tlsbase->def_regular = 1;
3656 tlsbase->other = STV_HIDDEN;
3657 tlsbase->root.linker_def = 1;
3658 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE);
3626 struct elf_link_hash_entry *tlsbase; local
H A Delf64-x86-64.c4106 struct elf_link_hash_entry *tlsbase;
4108 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
4112 if (tlsbase && tlsbase->type == STT_TLS)
4131 tlsbase = (struct elf_link_hash_entry *)bh;
4132 tlsbase->def_regular = 1;
4133 tlsbase->other = STV_HIDDEN;
4134 tlsbase->root.linker_def = 1;
4135 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE);
4104 struct elf_link_hash_entry *tlsbase; local
H A Delfnn-aarch64.c8772 struct elf_link_hash_entry *tlsbase; local
8774 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
8777 if (tlsbase)
8788 tlsbase->type = STT_TLS;
8789 tlsbase = (struct elf_link_hash_entry *) h;
8790 tlsbase->def_regular = 1;
8791 tlsbase->other = STV_HIDDEN;
8792 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE);
H A Delf32-arm.c16218 struct elf_link_hash_entry *tlsbase; local
16220 tlsbase = elf_link_hash_lookup
16223 if (tlsbase)
16235 tlsbase->type = STT_TLS;
16236 tlsbase = (struct elf_link_hash_entry *)bh;
16237 tlsbase->def_regular = 1;
16238 tlsbase->other = STV_HIDDEN;
16239 (*bed->elf_backend_hide_symbol) (info, tlsbase, TRUE);

Completed in 318 milliseconds