/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/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 244 #define SHF_TLS 0x400 /* Section contains TLS data. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 244 #define SHF_TLS 0x400 /* Section contains TLS data. */ macro
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 500 #define SHF_TLS 0x400 macro
|
D | elfio.hpp | 786 !( ( sec->get_flags() & SHF_TLS ) && in layout_segments_and_their_sections()
|
/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/liteos_m_iccarm/kernel/include/ |
D | elf.h | 418 #define SHF_TLS (1 << 10) macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 419 #define SHF_TLS (1 << 10) macro
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 418 #define SHF_TLS (1 << 10) macro
|
/third_party/musl/include/ |
D | elf.h | 418 #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/uniproton/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 528 BCase(SHF_TLS); in bitset()
|