Home
last modified time | relevance | path

Searched refs:SHF_TLS (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionELF.cpp80 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
101 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
H A DMCELFStreamer.cpp105 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabel()
116 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabelAtPos()
H A DMCObjectFileInfo.cpp359 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 DELFObjectWriter.cpp1403 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 DELFAsmParser.cpp115 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 Delfio.hpp912 !( ( ( sec->get_flags() & SHF_TLS ) == SHF_TLS ) &&
H A Delfio_dump.hpp1324 if ( flags & SHF_TLS ) { in section_flags()
H A Delf_types.hpp549 constexpr Elf_Xword SHF_TLS = 0x400; member
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp500 #define SHF_TLS 0x400 macro
/third_party/elfutils/src/
H A Delflint.c845 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 Dreadelf.c1317 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 DELF.h744 SHF_TLS = 0x400U,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h916 SHF_TLS = 0x400U,
/third_party/musl/porting/linux/user/include/
H A Delf.h420 #define SHF_TLS (1 << 10) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h418 #define SHF_TLS (1 << 10) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h418 #define SHF_TLS (1 << 10) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h418 #define SHF_TLS (1 << 10) macro
/third_party/musl/include/
H A Delf.h425 #define SHF_TLS (1 << 10) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp492 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp528 BCase(SHF_TLS); in bitset()
/third_party/elfutils/libelf/
H A Delf.h480 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */ macro

Completed in 115 milliseconds