| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 78 if (Flags & ELF::SHF_TLS) in printSwitchToSection() 97 if (Flags & ELF::SHF_TLS) in printSwitchToSection()
|
| H A D | MCELFStreamer.cpp | 73 if (Section.getFlags() & ELF::SHF_TLS) in emitLabel() 84 if (Section.getFlags() & ELF::SHF_TLS) in emitLabelAtPos()
|
| H A D | MCObjectFileInfo.cpp | 404 ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo() 407 ".tbss", ELF::SHT_NOBITS, ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo()
|
| H A D | ELFObjectWriter.cpp | 1302 if (Flags & ELF::SHF_TLS) in shouldRelocateWithSymbol()
|
| /src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 114 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTData() 120 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTBSS() 318 flags |= ELF::SHF_TLS; in parseSectionFlags() 381 flags |= ELF::SHF_TLS; in parseSunStyleSectionFlags() 569 Flags |= ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_TLS; in ParseSectionArguments()
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 564 if (flags & SHF_TLS) in isRelroSection() 710 if (!(osec.flags & SHF_TLS)) in getSectionRank() 2140 if ((sec->flags & SHF_TLS) && sec->type == SHT_NOBITS) in needsPtLoad() 2278 if (sec->partition == partNo && sec->flags & SHF_TLS) in createPhdrs() 2662 if (sec->size > 0 && (sec->flags & SHF_ALLOC) && !(sec->flags & SHF_TLS)) in checkSections() 2671 if (sec->size > 0 && (sec->flags & SHF_ALLOC) && !(sec->flags & SHF_TLS)) in checkSections()
|
| H A D | LinkerScript.cpp | 1032 const bool isTbss = (sec->flags & SHF_TLS) && sec->type == SHT_NOBITS; in assignOffsets() 1276 sec->relro && !(sec->type == SHT_NOBITS && (sec->flags & SHF_TLS)); in adjustOutputSections()
|
| H A D | OutputSections.cpp | 159 if ((flags ^ isec->flags) & SHF_TLS) in commitSection()
|
| H A D | ScriptParser.cpp | 1358 .Case(CASE_ENT(SHF_TLS)) in parseFlag()
|
| /src/contrib/elftoolchain/elfcopy/ |
| H A D | segments.c | 82 if (seg->type == PT_TLS && ((s->flags & SHF_TLS) == 0)) in add_to_inseg_list()
|
| /src/sys/sys/ |
| H A D | elf_common.h | 534 #define SHF_TLS 0x400 /* Section contains TLS data. */ macro
|
| /src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1190 SHF_TLS = 0x400U, enumerator
|
| /src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 103 ELF::SHF_MASKOS | ELF::SHF_MASKPROC | ELF::SHF_TLS | in getSectionFlagsPreserveMask()
|
| H A D | ELFObject.cpp | 1234 bool SectionIsTLS = Sec.Flags & SHF_TLS; in sectionWithinSegment()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 529 return ELFSectionRef(Section).getFlags() & ELF::SHF_TLS; in isTLS()
|
| /src/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELF.h | 196 (Sec.sh_type == ELF::SHT_NOBITS) && ((Sec.sh_flags & ELF::SHF_TLS) != 0); in checkSectionVMA()
|
| /src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1952 header.sh_flags & SHF_TLS ? tls_provider : regular_provider; in CreateSections() 1981 section_sp->SetIsThreadSpecific(header.sh_flags & SHF_TLS); in CreateSections()
|
| /src/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 1037 _ELF_DEFINE_SHF(SHF_TLS, 0x400, \
|
| /src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 774 BCase(SHF_TLS); in bitset()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 555 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 1322 ENUM_ENT(SHF_TLS, "T"), 4583 {SHF_GROUP, "GROUP"}, {SHF_TLS, "TLS"}, in printSectionDetails() 4655 if (Sec.sh_flags & ELF::SHF_TLS) { in checkTLSSections()
|
| /src/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 1137 {"TLS", 'T', SHF_TLS}, 2561 (re->sl[j].flags & SHF_TLS) == 0) in dump_phdr()
|