| /freebsd-12-stable/contrib/binutils/include/elf/ |
| 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 \
|
| D | common.h | 378 #define SHF_TLS (1 << 10) /* Thread local storage section */ macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCSectionELF.cpp | 80 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection() 101 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
|
| D | MCELFStreamer.cpp | 106 if (Section.getFlags() & ELF::SHF_TLS) in emitLabel() 117 if (Section.getFlags() & ELF::SHF_TLS) in emitLabelAtPos()
|
| D | MCObjectFileInfo.cpp | 366 ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo() 369 ".tbss", ELF::SHT_NOBITS, ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo()
|
| D | ELFObjectWriter.cpp | 1385 if (Flags & ELF::SHF_TLS) in shouldRelocateWithSymbol()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| D | ELFAsmParser.cpp | 115 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTData() 121 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTBSS() 318 flags |= ELF::SHF_TLS; in parseSectionFlags() 365 flags |= ELF::SHF_TLS; in parseSunStyleSectionFlags() 536 Flags |= ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_TLS; in ParseSectionArguments()
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | Writer.cpp | 853 if (flags & SHF_TLS) in isRelroSection() 1015 if (!(sec->flags & SHF_TLS)) in getSectionRank() 2324 if ((sec->flags & SHF_TLS) && sec->type == SHT_NOBITS) in needsPtLoad() 2446 if (sec->partition == partNo && sec->flags & SHF_TLS) in createPhdrs() 2815 if (sec->size > 0 && (sec->flags & SHF_ALLOC) && !(sec->flags & SHF_TLS)) in checkSections() 2824 if (sec->size > 0 && (sec->flags & SHF_ALLOC) && !(sec->flags & SHF_TLS)) in checkSections()
|
| D | OutputSections.cpp | 123 if ((flags ^ isec->flags) & SHF_TLS) in commitSection()
|
| D | LinkerScript.cpp | 925 const bool isTbss = (sec->flags & SHF_TLS) && sec->type == SHT_NOBITS; in assignOffsets()
|
| D | ScriptParser.cpp | 1193 .Case(CASE_ENT(SHF_TLS)) in parseFlag()
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| 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-stable/contrib/elftoolchain/elfcopy/ |
| D | segments.c | 82 if (seg->type == PT_TLS && ((s->flags & SHF_TLS) == 0)) in add_to_inseg_list()
|
| /freebsd-12-stable/sys/sys/ |
| D | elf_common.h | 505 #define SHF_TLS 0x400 /* Section contains TLS data. */ macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | ELF.h | 1013 SHF_TLS = 0x400U, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| D | ELFObjcopy.cpp | 97 ELF::SHF_MASKOS | ELF::SHF_MASKPROC | ELF::SHF_TLS | in getSectionFlagsPreserveMask()
|
| D | Object.cpp | 1220 bool SectionIsTLS = Sec.Flags & SHF_TLS; in sectionWithinSegment()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| 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-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.cpp | 1826 header.sh_flags & SHF_TLS ? tls_provider : regular_provider; in CreateSections() 1855 section_sp->SetIsThreadSpecific(header.sh_flags & SHF_TLS); in CreateSections()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 1221 ENUM_ENT(SHF_TLS, "T"), 4035 {SHF_GROUP, "GROUP"}, {SHF_TLS, "TLS"}, in printSectionDetails() 4083 if (Sec.sh_flags & ELF::SHF_TLS) { in checkTLSSections() 4126 (Sec.sh_type == ELF::SHT_NOBITS) && ((Sec.sh_flags & ELF::SHF_TLS) != 0); in checkVMA()
|
| /freebsd-12-stable/contrib/elftoolchain/common/ |
| D | elfdefinitions.h | 1037 _ELF_DEFINE_SHF(SHF_TLS, 0x400, \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| D | ELFYAML.cpp | 688 BCase(SHF_TLS); in bitset()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | TargetLoweringObjectFileImpl.cpp | 519 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
|
| /freebsd-12-stable/contrib/elftoolchain/readelf/ |
| D | readelf.c | 1126 {"TLS", 'T', SHF_TLS}, 2538 (re->sl[j].flags & SHF_TLS) == 0) in dump_phdr()
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| 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()
|