Home
last modified time | relevance | path

Searched refs:SHF_TLS (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionELF.cpp80 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
101 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
DMCELFStreamer.cpp105 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabel()
116 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabelAtPos()
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()
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/
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/
Delfio.hpp912 !( ( ( sec->get_flags() & SHF_TLS ) == SHF_TLS ) && in write_segment_data()
Delfio_dump.hpp1324 if ( flags & SHF_TLS ) { in section_flags()
Delf_types.hpp549 constexpr Elf_Xword SHF_TLS = 0x400; variable
/third_party/elfutils/src/
Delflint.c845 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()
Dreadelf.c1317 if (shdr->sh_flags & SHF_TLS) in print_shdr()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp500 #define SHF_TLS 0x400 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h744 SHF_TLS = 0x400U, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h916 SHF_TLS = 0x400U, enumerator
/third_party/musl/porting/linux/user/include/
Delf.h419 #define SHF_TLS (1 << 10) macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h418 #define SHF_TLS (1 << 10) macro
/third_party/musl/include/
Delf.h423 #define SHF_TLS (1 << 10) macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h418 #define SHF_TLS (1 << 10) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h418 #define SHF_TLS (1 << 10) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp492 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
/third_party/elfutils/libelf/
Delf.h480 #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/
DELFYAML.cpp528 BCase(SHF_TLS); in bitset()
/third_party/elfutils/po/
Dja.po2038 "have SHF_TLS flag set\n"
2041 "SHF_TLS フラグが設定されていません\n"
2762 "SHF_TLS フラグが設定されていません\n"
Duk.po2079 "have SHF_TLS flag set\n"
2082 "встановлено прапорець SHF_TLS\n"
Dpl.po2094 "have SHF_TLS flag set\n"
2097 "ustawionej flagi SHF_TLS\n"
Des.po2091 "have SHF_TLS flag set\n"
2094 "establecida bandera SHF_TLS\n"

12