/third_party/skia/third_party/externals/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()
|
D | ELFObjectWriter.cpp | 1403 if (Flags & ELF::SHF_TLS) in shouldRelocateWithSymbol()
|
/third_party/skia/third_party/externals/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()
|
/third_party/elfio/elfio/ |
D | elfio.hpp | 912 !( ( ( sec->get_flags() & SHF_TLS ) == SHF_TLS ) && in write_segment_data()
|
D | elfio_dump.hpp | 1324 if ( flags & SHF_TLS ) { in section_flags()
|
D | elf_types.hpp | 549 constexpr Elf_Xword SHF_TLS = 0x400; variable
|
/third_party/elfutils/src/ |
D | elflint.c | 845 if ((destshdr->sh_flags & SHF_TLS) == 0) in check_symtab() 3666 { ".tbss", 6, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 }, 3667 { ".tdata", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 }, 3668 { ".tdata1", 8, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 }, 3931 | SHF_OS_NONCONFORMING | SHF_GROUP | SHF_TLS \ in check_sections() 3959 if (shdr->sh_flags & SHF_TLS) in check_sections() 4060 && (shdr->sh_flags & SHF_TLS) == 0) in check_sections() 4062 && (shdr->sh_flags & SHF_TLS) != 0)) in check_sections()
|
D | readelf.c | 1317 if (shdr->sh_flags & SHF_TLS) in print_shdr()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 500 #define SHF_TLS 0x400 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 744 SHF_TLS = 0x400U, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 916 SHF_TLS = 0x400U, enumerator
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 419 #define SHF_TLS (1 << 10) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 418 #define SHF_TLS (1 << 10) macro
|
/third_party/musl/include/ |
D | elf.h | 423 #define SHF_TLS (1 << 10) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 418 #define SHF_TLS (1 << 10) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 418 #define SHF_TLS (1 << 10) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 492 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
|
/third_party/elfutils/libelf/ |
D | elf.h | 480 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 528 BCase(SHF_TLS); in bitset()
|
/third_party/elfutils/po/ |
D | ja.po | 2038 "have SHF_TLS flag set\n" 2041 "SHF_TLS フラグが設定されていません\n" 2762 "SHF_TLS フラグが設定されていません\n"
|
D | uk.po | 2079 "have SHF_TLS flag set\n" 2082 "встановлено прапорець SHF_TLS\n"
|
D | pl.po | 2094 "have SHF_TLS flag set\n" 2097 "ustawionej flagi SHF_TLS\n"
|
D | es.po | 2091 "have SHF_TLS flag set\n" 2094 "establecida bandera SHF_TLS\n"
|