Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp79 if (Flags & ELF::SHF_TLS) in printSwitchToSection()
98 if (Flags & ELF::SHF_TLS) in printSwitchToSection()
H A DMCELFStreamer.cpp71 if (Section.getFlags() & ELF::SHF_TLS) in emitLabel()
82 if (Section.getFlags() & ELF::SHF_TLS) in emitLabelAtPos()
H A DMCObjectFileInfo.cpp405 ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo()
408 ".tbss", ELF::SHT_NOBITS, ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo()
H A DELFObjectWriter.cpp1304 if (Flags & ELF::SHF_TLS) in useSectionSymbol()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp108 ELF::SHF_TLS | ELF::SHF_WRITE, in parseSectionDirectiveTData()
114 ELF::SHF_TLS | ELF::SHF_WRITE, in parseSectionDirectiveTBSS()
294 flags |= ELF::SHF_TLS; in parseSectionFlags()
360 flags |= ELF::SHF_TLS; in parseSunStyleSectionFlags()
526 Flags |= ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_TLS; in parseSectionArguments()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp582 if (flags & SHF_TLS) in isRelroSection()
737 if (!(osec.flags & SHF_TLS)) in getSectionRank()
2291 if ((sec->flags & SHF_TLS) && sec->type == SHT_NOBITS) in needsPtLoad()
2436 if (sec->partition == partNo && sec->flags & SHF_TLS) in createPhdrs()
2828 if (sec->size > 0 && (sec->flags & SHF_ALLOC) && !(sec->flags & SHF_TLS)) in checkSections()
2837 if (sec->size > 0 && (sec->flags & SHF_ALLOC) && !(sec->flags & SHF_TLS)) in checkSections()
H A DLinkerScript.cpp1165 const bool isTbss = (sec->flags & SHF_TLS) && sec->type == SHT_NOBITS; in assignOffsets()
1412 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.cpp1408 .Case(CASE_ENT(SHF_TLS)) in parseFlag()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsegments.c82 if (seg->type == PT_TLS && ((s->flags & SHF_TLS) == 0)) in add_to_inseg_list()
/freebsd/sys/sys/
H A Delf_common.h535 #define SHF_TLS 0x400 /* Section contains TLS data. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1265 SHF_TLS = 0x400U, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp98 ELF::SHF_MASKOS | ELF::SHF_MASKPROC | ELF::SHF_TLS | in getSectionFlagsPreserveMask()
H A DELFObject.cpp1231 bool SectionIsTLS = Sec.Flags & SHF_TLS; in sectionWithinSegment()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp529 return ELFSectionRef(Section).getFlags() & ELF::SHF_TLS; in isTLS()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h197 (Sec.sh_type == ELF::SHT_NOBITS) && ((Sec.sh_flags & ELF::SHF_TLS) != 0); in checkSectionVMA()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1917 header.sh_flags & SHF_TLS ? tls_provider : regular_provider; in CreateSections()
1946 section_sp->SetIsThreadSpecific(header.sh_flags & SHF_TLS); in CreateSections()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1037 _ELF_DEFINE_SHF(SHF_TLS, 0x400, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp793 BCase(SHF_TLS); in bitset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp552 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1323 ENUM_ENT(SHF_TLS, "T"),
4648 {SHF_GROUP, "GROUP"}, {SHF_TLS, "TLS"}, in printSectionDetails()
4720 if (Sec.sh_flags & ELF::SHF_TLS) { in checkTLSSections()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1139 {"TLS", 'T', SHF_TLS},
2574 (re->sl[j].flags & SHF_TLS) == 0) in dump_phdr()