HomeSort by: relevance | last modified time | path
    Searched refs:tlsbase (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/vax/vax/
machdep.c 695 void *tlsbase; local
697 error = copyin((void *)tf->tf_sp, &tlsbase, sizeof(tlsbase));
701 lwp_setprivate(l, tlsbase);
702 tf->tf_sp += sizeof(tlsbase);
  /src/external/gpl3/binutils/dist/bfd/
elfxx-x86.c 3091 struct elf_link_hash_entry *tlsbase; local
3093 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
3097 if (tlsbase && tlsbase->type == STT_TLS)
3115 tlsbase = (struct elf_link_hash_entry *)bh;
3116 tlsbase->def_regular = 1;
3117 tlsbase->other = STV_HIDDEN;
3118 tlsbase->root.linker_def = 1;
3119 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
elfnn-kvx.c 4370 struct elf_link_hash_entry *tlsbase; local
4372 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
4375 if (tlsbase)
4385 tlsbase->type = STT_TLS;
4386 tlsbase = (struct elf_link_hash_entry *) h;
4387 tlsbase->def_regular = 1;
4388 tlsbase->other = STV_HIDDEN;
4389 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
elf32-xtensa.c 690 struct elf_xtensa_link_hash_entry *tlsbase;
734 struct elf_link_hash_entry *tlsbase;
752 tlsbase = elf_link_hash_lookup (&ret->elf, "_TLS_MODULE_BASE_",
754 tlsbase->root.type = bfd_link_hash_new;
755 tlsbase->root.u.undef.abfd = NULL;
756 tlsbase->non_elf = 0;
758 ret->tlsbase = elf_xtensa_hash_entry (tlsbase);
759 ret->tlsbase->tls_type = GOT_UNKNOWN;
1127 if (h && elf_xtensa_hash_entry (h) != htab->tlsbase
688 struct elf_xtensa_link_hash_entry *tlsbase; member in struct:elf_xtensa_link_hash_table
732 struct elf_link_hash_entry *tlsbase; local
1795 struct elf_link_hash_entry *tlsbase = &htab->tlsbase->elf; local
    [all...]
elfnn-aarch64.c 10013 struct elf_link_hash_entry *tlsbase; local
10015 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
10018 if (tlsbase)
10028 tlsbase->type = STT_TLS;
10029 tlsbase = (struct elf_link_hash_entry *) h;
10030 tlsbase->def_regular = 1;
10031 tlsbase->other = STV_HIDDEN;
10032 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
elf32-arm.c 17081 struct elf_link_hash_entry *tlsbase; local
17083 tlsbase = elf_link_hash_lookup
17086 if (tlsbase)
17097 tlsbase->type = STT_TLS;
17098 tlsbase = (struct elf_link_hash_entry *)bh;
17099 tlsbase->def_regular = 1;
17100 tlsbase->other = STV_HIDDEN;
17101 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-x86.c 3074 struct elf_link_hash_entry *tlsbase; local
3076 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
3080 if (tlsbase && tlsbase->type == STT_TLS)
3099 tlsbase = (struct elf_link_hash_entry *)bh;
3100 tlsbase->def_regular = 1;
3101 tlsbase->other = STV_HIDDEN;
3102 tlsbase->root.linker_def = 1;
3103 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
elfnn-kvx.c 4369 struct elf_link_hash_entry *tlsbase; local
4371 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
4374 if (tlsbase)
4385 tlsbase->type = STT_TLS;
4386 tlsbase = (struct elf_link_hash_entry *) h;
4387 tlsbase->def_regular = 1;
4388 tlsbase->other = STV_HIDDEN;
4389 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
elf32-xtensa.c 691 struct elf_xtensa_link_hash_entry *tlsbase;
735 struct elf_link_hash_entry *tlsbase;
753 tlsbase = elf_link_hash_lookup (&ret->elf, "_TLS_MODULE_BASE_",
755 tlsbase->root.type = bfd_link_hash_new;
756 tlsbase->root.u.undef.abfd = NULL;
757 tlsbase->non_elf = 0;
759 ret->tlsbase = elf_xtensa_hash_entry (tlsbase);
760 ret->tlsbase->tls_type = GOT_UNKNOWN;
1128 if (h && elf_xtensa_hash_entry (h) != htab->tlsbase
689 struct elf_xtensa_link_hash_entry *tlsbase; member in struct:elf_xtensa_link_hash_table
733 struct elf_link_hash_entry *tlsbase; local
1796 struct elf_link_hash_entry *tlsbase = &htab->tlsbase->elf; local
    [all...]
elfnn-aarch64.c 9945 struct elf_link_hash_entry *tlsbase; local
9947 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
9950 if (tlsbase)
9961 tlsbase->type = STT_TLS;
9962 tlsbase = (struct elf_link_hash_entry *) h;
9963 tlsbase->def_regular = 1;
9964 tlsbase->other = STV_HIDDEN;
9965 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
elf32-arm.c 17208 struct elf_link_hash_entry *tlsbase; local
17210 tlsbase = elf_link_hash_lookup
17213 if (tlsbase)
17225 tlsbase->type = STT_TLS;
17226 tlsbase = (struct elf_link_hash_entry *)bh;
17227 tlsbase->def_regular = 1;
17228 tlsbase->other = STV_HIDDEN;
17229 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
  /src/external/gpl3/gdb/dist/bfd/
elfxx-x86.c 3079 struct elf_link_hash_entry *tlsbase; local
3081 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
3085 if (tlsbase && tlsbase->type == STT_TLS)
3104 tlsbase = (struct elf_link_hash_entry *)bh;
3105 tlsbase->def_regular = 1;
3106 tlsbase->other = STV_HIDDEN;
3107 tlsbase->root.linker_def = 1;
3108 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
elfnn-kvx.c 4366 struct elf_link_hash_entry *tlsbase; local
4368 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
4371 if (tlsbase)
4382 tlsbase->type = STT_TLS;
4383 tlsbase = (struct elf_link_hash_entry *) h;
4384 tlsbase->def_regular = 1;
4385 tlsbase->other = STV_HIDDEN;
4386 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
elf32-xtensa.c 691 struct elf_xtensa_link_hash_entry *tlsbase;
735 struct elf_link_hash_entry *tlsbase;
753 tlsbase = elf_link_hash_lookup (&ret->elf, "_TLS_MODULE_BASE_",
755 tlsbase->root.type = bfd_link_hash_new;
756 tlsbase->root.u.undef.abfd = NULL;
757 tlsbase->non_elf = 0;
759 ret->tlsbase = elf_xtensa_hash_entry (tlsbase);
760 ret->tlsbase->tls_type = GOT_UNKNOWN;
1128 if (h && elf_xtensa_hash_entry (h) != htab->tlsbase
689 struct elf_xtensa_link_hash_entry *tlsbase; member in struct:elf_xtensa_link_hash_table
733 struct elf_link_hash_entry *tlsbase; local
1794 struct elf_link_hash_entry *tlsbase = &htab->tlsbase->elf; local
    [all...]
elfnn-aarch64.c 9899 struct elf_link_hash_entry *tlsbase; local
9901 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
9904 if (tlsbase)
9915 tlsbase->type = STT_TLS;
9916 tlsbase = (struct elf_link_hash_entry *) h;
9917 tlsbase->def_regular = 1;
9918 tlsbase->other = STV_HIDDEN;
9919 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
elf32-arm.c 17200 struct elf_link_hash_entry *tlsbase; local
17202 tlsbase = elf_link_hash_lookup
17205 if (tlsbase)
17217 tlsbase->type = STT_TLS;
17218 tlsbase = (struct elf_link_hash_entry *)bh;
17219 tlsbase->def_regular = 1;
17220 tlsbase->other = STV_HIDDEN;
17221 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-x86.c 3011 struct elf_link_hash_entry *tlsbase; local
3013 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
3017 if (tlsbase && tlsbase->type == STT_TLS)
3036 tlsbase = (struct elf_link_hash_entry *)bh;
3037 tlsbase->def_regular = 1;
3038 tlsbase->other = STV_HIDDEN;
3039 tlsbase->root.linker_def = 1;
3040 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
elfnn-kvx.c 4371 struct elf_link_hash_entry *tlsbase; local
4373 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
4376 if (tlsbase)
4387 tlsbase->type = STT_TLS;
4388 tlsbase = (struct elf_link_hash_entry *) h;
4389 tlsbase->def_regular = 1;
4390 tlsbase->other = STV_HIDDEN;
4391 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
elf32-xtensa.c 692 struct elf_xtensa_link_hash_entry *tlsbase;
736 struct elf_link_hash_entry *tlsbase;
755 tlsbase = elf_link_hash_lookup (&ret->elf, "_TLS_MODULE_BASE_",
757 tlsbase->root.type = bfd_link_hash_new;
758 tlsbase->root.u.undef.abfd = NULL;
759 tlsbase->non_elf = 0;
761 ret->tlsbase = elf_xtensa_hash_entry (tlsbase);
762 ret->tlsbase->tls_type = GOT_UNKNOWN;
1130 if (h && elf_xtensa_hash_entry (h) != htab->tlsbase
690 struct elf_xtensa_link_hash_entry *tlsbase; member in struct:elf_xtensa_link_hash_table
734 struct elf_link_hash_entry *tlsbase; local
1796 struct elf_link_hash_entry *tlsbase = &htab->tlsbase->elf; local
    [all...]
elfnn-aarch64.c 9603 struct elf_link_hash_entry *tlsbase; local
9605 tlsbase = elf_link_hash_lookup (elf_hash_table (info),
9608 if (tlsbase)
9619 tlsbase->type = STT_TLS;
9620 tlsbase = (struct elf_link_hash_entry *) h;
9621 tlsbase->def_regular = 1;
9622 tlsbase->other = STV_HIDDEN;
9623 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);
elf32-arm.c 17122 struct elf_link_hash_entry *tlsbase; local
17124 tlsbase = elf_link_hash_lookup
17127 if (tlsbase)
17139 tlsbase->type = STT_TLS;
17140 tlsbase = (struct elf_link_hash_entry *)bh;
17141 tlsbase->def_regular = 1;
17142 tlsbase->other = STV_HIDDEN;
17143 (*bed->elf_backend_hide_symbol) (info, tlsbase, true);

Completed in 206 milliseconds