Home
last modified time | relevance | path

Searched refs:SHF_TLS (Results 1 – 22 of 22) sorted by relevance

/src/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp78 if (Flags & ELF::SHF_TLS) in printSwitchToSection()
97 if (Flags & ELF::SHF_TLS) in printSwitchToSection()
H A DMCELFStreamer.cpp73 if (Section.getFlags() & ELF::SHF_TLS) in emitLabel()
84 if (Section.getFlags() & ELF::SHF_TLS) in emitLabelAtPos()
H A DMCObjectFileInfo.cpp404 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 DELFObjectWriter.cpp1302 if (Flags & ELF::SHF_TLS) in shouldRelocateWithSymbol()
/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp114 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 DWriter.cpp564 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 DLinkerScript.cpp1032 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 DOutputSections.cpp159 if ((flags ^ isec->flags) & SHF_TLS) in commitSection()
H A DScriptParser.cpp1358 .Case(CASE_ENT(SHF_TLS)) in parseFlag()
/src/contrib/elftoolchain/elfcopy/
H A Dsegments.c82 if (seg->type == PT_TLS && ((s->flags & SHF_TLS) == 0)) in add_to_inseg_list()
/src/sys/sys/
H A Delf_common.h534 #define SHF_TLS 0x400 /* Section contains TLS data. */ macro
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1190 SHF_TLS = 0x400U, enumerator
/src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp103 ELF::SHF_MASKOS | ELF::SHF_MASKPROC | ELF::SHF_TLS | in getSectionFlagsPreserveMask()
H A DELFObject.cpp1234 bool SectionIsTLS = Sec.Flags & SHF_TLS; in sectionWithinSegment()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp529 return ELFSectionRef(Section).getFlags() & ELF::SHF_TLS; in isTLS()
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h196 (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 DObjectFileELF.cpp1952 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 Delfdefinitions.h1037 _ELF_DEFINE_SHF(SHF_TLS, 0x400, \
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp774 BCase(SHF_TLS); in bitset()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp555 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1322 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 Dreadelf.c1137 {"TLS", 'T', SHF_TLS},
2561 (re->sl[j].flags & SHF_TLS) == 0) in dump_phdr()