/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | section-flags.test | 20 # LLVM-NEXT: SHF_TLS (0x400) 86 # LLVM-NEXT: SHF_TLS (0x400) 134 SHF_GROUP, SHF_TLS, SHF_COMPRESSED, SHF_EXCLUDE ] 167 Flags: [ SHF_TLS ]
|
D | section-flags-os-proc.test | 65 # OS-PROC-LLVM-NEXT: SHF_TLS (0x400)
|
D | section-details.test | 122 Flags: [ SHF_TLS ]
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | multiple-tbss.s | 11 # CHECK-NEXT: SHF_TLS 28 # CHECK-NEXT: SHF_TLS
|
D | symbol-only-flags.test | 13 ## Check .foo does not get SHF_TLS flag.
|
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 84 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection() 105 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
|
D | MCObjectFileInfo.cpp | 477 ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo() 480 ".tbss", ELF::SHT_NOBITS, ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo()
|
/external/swiftshader/third_party/llvm-10.0/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 | 105 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabel() 116 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabelAtPos()
|
D | MCObjectFileInfo.cpp | 359 ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo() 362 ".tbss", ELF::SHT_NOBITS, ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo()
|
/external/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 | 105 if (Section.getFlags() & ELF::SHF_TLS) in emitLabel() 116 if (Section.getFlags() & ELF::SHF_TLS) in emitLabelAtPos()
|
D | MCObjectFileInfo.cpp | 364 ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo() 367 ".tbss", ELF::SHT_NOBITS, ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo()
|
/external/llvm-project/llvm/test/tools/llvm-nm/ |
D | nobits.test | 21 Flags: [ SHF_ALLOC, SHF_WRITE, SHF_TLS ]
|
D | data.test | 26 Flags: [ SHF_ALLOC, SHF_WRITE, SHF_TLS ]
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | rename-section-flag-preserved.test | 53 SHF_OS_NONCONFORMING, SHF_STRINGS, SHF_TLS, SHF_WRITE ] 71 # CHECK-NEXT: SHF_TLS (0x400)
|
D | only-keep-debug.test | 66 Flags: [ SHF_ALLOC, SHF_WRITE, SHF_TLS ] 74 Flags: [ SHF_ALLOC, SHF_WRITE, SHF_TLS ] 252 Flags: [ SHF_ALLOC, SHF_WRITE, SHF_TLS ]
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 103 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTData() 109 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTBSS() 287 flags |= ELF::SHF_TLS; in parseSectionFlags() 325 flags |= ELF::SHF_TLS; in parseSunStyleSectionFlags()
|
/external/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() 312 flags |= ELF::SHF_TLS; in parseSectionFlags() 356 flags |= ELF::SHF_TLS; in parseSunStyleSectionFlags() 522 Flags |= ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_TLS; in ParseSectionArguments()
|
/external/swiftshader/third_party/llvm-10.0/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() 312 flags |= ELF::SHF_TLS; in parseSectionFlags() 356 flags |= ELF::SHF_TLS; in parseSunStyleSectionFlags() 515 Flags |= ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_TLS; in ParseSectionArguments()
|
/external/llvm-project/lld/test/ELF/invalid/ |
D | broken-relaxation-x64.test | 27 Flags: [ SHF_ALLOC, SHF_TLS ]
|
/external/llvm-project/lld/ELF/ |
D | Writer.cpp | 853 if (flags & SHF_TLS) in isRelroSection() 1015 if (!(sec->flags & SHF_TLS)) in getSectionRank() 2289 if ((sec->flags & SHF_TLS) && sec->type == SHT_NOBITS) in needsPtLoad() 2411 if (sec->partition == partNo && sec->flags & SHF_TLS) in createPhdrs() 2780 if (sec->size > 0 && (sec->flags & SHF_ALLOC) && !(sec->flags & SHF_TLS)) in checkSections() 2789 if (sec->size > 0 && (sec->flags & SHF_ALLOC) && !(sec->flags & SHF_TLS)) in checkSections()
|
/external/elfutils/src/ |
D | elflint.c | 846 if ((destshdr->sh_flags & SHF_TLS) == 0) in check_symtab() 3665 { ".tbss", 6, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 }, 3666 { ".tdata", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 }, 3667 { ".tdata1", 8, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 }, 3930 | SHF_OS_NONCONFORMING | SHF_GROUP | SHF_TLS \ in check_sections() 3958 if (shdr->sh_flags & SHF_TLS) in check_sections() 4059 && (shdr->sh_flags & SHF_TLS) == 0) in check_sections() 4061 && (shdr->sh_flags & SHF_TLS) != 0)) in check_sections()
|
/external/llvm/test/Object/ |
D | readobj-shared-object.test | 73 ELF: SHF_TLS
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1057 ENUM_ENT(SHF_TLS, "T"), 1109 case ELF::SHF_TLS: in getGNUFlags() 2838 return (((Sec.sh_flags & ELF::SHF_TLS) && in checkTLSSections() 2841 (!(Sec.sh_flags & ELF::SHF_TLS) && Phdr.p_type != ELF::PT_TLS)); in checkTLSSections() 2851 (Sec.sh_type == ELF::SHT_NOBITS) && ((Sec.sh_flags & ELF::SHF_TLS) != 0); in checkoffsets() 2869 (Sec.sh_type == ELF::SHT_NOBITS) && ((Sec.sh_flags & ELF::SHF_TLS) != 0); in checkVMA() 2950 ((Sec.sh_flags & ELF::SHF_TLS) != 0) && in printProgramHeaders()
|