| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | internal.h | 264 (((sec_hdr->sh_flags & SHF_TLS) == 0 \ 272 (((((sec_hdr->sh_flags & SHF_TLS) != 0) \ 275 || ((sec_hdr->sh_flags & SHF_TLS) == 0 \
|
| H A D | common.h | 378 #define SHF_TLS (1 << 10) /* Thread local storage section */ macro
|
| H A D | ChangeLog-9103 | 31 * common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 83 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection() 104 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
|
| H A D | MCELFStreamer.cpp | 106 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabel() 116 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabel()
|
| H A D | MCObjectFileInfo.cpp | 351 ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo() 354 ".tbss", ELF::SHT_NOBITS, ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo()
|
| H A D | ELFObjectWriter.cpp | 1392 if (Flags & ELF::SHF_TLS) in shouldRelocateWithSymbol()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 116 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTData() 122 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTBSS() 313 flags |= ELF::SHF_TLS; in parseSectionFlags() 357 flags |= ELF::SHF_TLS; in parseSunStyleSectionFlags() 516 Flags |= ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_TLS; in ParseSectionArguments()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Writer.cpp | 678 if (Flags & SHF_TLS) in isRelroSection() 817 bool IsTls = Sec->Flags & SHF_TLS; in getSectionRank() 1901 if ((Sec->Flags & SHF_TLS) && Sec->Type == SHT_NOBITS) in needsPtLoad() 1973 if (Sec->Flags & SHF_TLS) in createPhdrs() 2308 if (Sec->Size > 0 && (Sec->Flags & SHF_ALLOC) && !(Sec->Flags & SHF_TLS)) in checkSections() 2317 if (Sec->Size > 0 && (Sec->Flags & SHF_ALLOC) && !(Sec->Flags & SHF_TLS)) in checkSections()
|
| H A D | OutputSections.cpp | 98 unsigned Mask = SHF_TLS | SHF_LINK_ORDER; in addSection()
|
| H A D | LinkerScript.cpp | 690 (Ctx->OutSec->Flags & SHF_TLS) && Ctx->OutSec->Type == SHT_NOBITS; in advance()
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-elf.c | 665 | ((attr & SHF_TLS) ? SEC_THREAD_LOCAL : 0)); in obj_elf_change_section() 751 attr |= SHF_TLS; in obj_elf_parse_section_letters() 794 return SHF_TLS; in obj_elf_section_word()
|
| /freebsd-12.1/contrib/elftoolchain/elfcopy/ |
| H A D | segments.c | 82 if (seg->type == PT_TLS && ((s->flags & SHF_TLS) == 0)) in add_to_inseg_list()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 908 SHF_TLS = 0x400U, enumerator
|
| /freebsd-12.1/sys/sys/ |
| H A D | elf_common.h | 505 #define SHF_TLS 0x400 /* Section contains TLS data. */ macro
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/ |
| H A D | ELFObjcopy.cpp | 492 ELF::SHF_TLS | ELF::SHF_INFO_LINK; in handleArgs()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 1138 ENUM_ENT(SHF_TLS, "T"), 1187 case ELF::SHF_TLS: in getGNUFlags() 3250 return (((Sec.sh_flags & ELF::SHF_TLS) && in checkTLSSections() 3253 (!(Sec.sh_flags & ELF::SHF_TLS) && Phdr.p_type != ELF::PT_TLS)); in checkTLSSections() 3263 (Sec.sh_type == ELF::SHT_NOBITS) && ((Sec.sh_flags & ELF::SHF_TLS) != 0); in checkoffsets() 3281 (Sec.sh_type == ELF::SHT_NOBITS) && ((Sec.sh_flags & ELF::SHF_TLS) != 0); in checkVMA() 3362 ((Sec.sh_flags & ELF::SHF_TLS) != 0) && in printProgramHeaders()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf.c | 842 if ((hdr->sh_flags & SHF_TLS) != 0) in _bfd_elf_make_section_from_shdr() 2424 { STRING_COMMA_LEN (".tbss"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_TLS }, 2425 { STRING_COMMA_LEN (".tdata"), -2, SHT_PROGBITS, SHF_ALLOC + SHF_WRITE + SHF_TLS }, 2906 this_hdr->sh_flags |= SHF_TLS; in elf_fake_sections() 4450 if ((elf_section_flags (m->sections[i]) & SHF_TLS) == 0 in assign_file_positions_for_load_sections() 4576 && ((this_hdr->sh_flags & SHF_TLS) == 0 in assign_file_positions_for_load_sections() 4642 else if ((this_hdr->sh_flags & SHF_TLS) == 0) in assign_file_positions_for_load_sections()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 513 BCase(SHF_TLS); in bitset()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 468 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
|
| /freebsd-12.1/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 1005 _ELF_DEFINE_SHF(SHF_TLS, 0x400, \
|
| /freebsd-12.1/contrib/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 909 case (ELF::SHF_TLS | ELF::SHF_ALLOC | ELF::SHF_WRITE): in getSymbolNMTypeChar()
|
| /freebsd-12.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 1105 {"TLS", 'T', SHF_TLS}, 2495 (re->sl[j].flags & SHF_TLS) == 0) in dump_phdr()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2009 section_sp->SetIsThreadSpecific(header.sh_flags & SHF_TLS); in CreateSections()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | readelf.c | 3891 case SHF_TLS: index = 9; break; in get_elf_section_flags() 3932 case SHF_TLS: *p = 'T'; break; in get_elf_section_flags()
|