/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 80 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection() 101 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
|
H A D | MCELFStreamer.cpp | 105 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabel() 116 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabelAtPos()
|
H A 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()
|
H A 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/ |
H A 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/ |
H A D | elfio.hpp | 912 !( ( ( sec->get_flags() & SHF_TLS ) == SHF_TLS ) &&
|
H A D | elfio_dump.hpp | 1324 if ( flags & SHF_TLS ) { in section_flags()
|
H A D | elf_types.hpp | 549 constexpr Elf_Xword SHF_TLS = 0x400; member
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 500 #define SHF_TLS 0x400 macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 845 if ((destshdr->sh_flags & SHF_TLS) == 0) in check_symtab() 847 section [%2d] '%s': symbol %zu (%s): referenced section [%2d] '%s' does not have SHF_TLS flag set\n"), 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()
|
H A D | readelf.c | 1317 if (shdr->sh_flags & SHF_TLS) in print_shdr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 744 SHF_TLS = 0x400U,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 916 SHF_TLS = 0x400U,
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 420 #define SHF_TLS (1 << 10) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 418 #define SHF_TLS (1 << 10) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 418 #define SHF_TLS (1 << 10) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 418 #define SHF_TLS (1 << 10) macro
|
/third_party/musl/include/ |
H A D | elf.h | 425 #define SHF_TLS (1 << 10) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A 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/ |
H A D | ELFYAML.cpp | 528 BCase(SHF_TLS); in bitset()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 480 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */ macro
|