Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSectionELF.cpp73 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
92 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
DMCObjectFileInfo.cpp226 ELF::SHF_ALLOC | ELF::SHF_TLS | in InitELFMCObjectFileInfo()
232 ELF::SHF_ALLOC | ELF::SHF_TLS | in InitELFMCObjectFileInfo()
DMCELFStreamer.cpp49 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabel()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp90 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTData()
96 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTBSS()
218 if (Flags & ELF::SHF_TLS) in computeSectionKind()
244 flags |= ELF::SHF_TLS; in parseSectionFlags()
/external/elfutils/src/
Delflint.c767 if ((destshdr->sh_flags & SHF_TLS) == 0) in check_symtab()
1836 { ".tbss", 6, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
1837 { ".tdata", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
1838 { ".tdata1", 8, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
2133 | SHF_OS_NONCONFORMING | SHF_GROUP | SHF_TLS) in check_sections()
2138 else if (shdr->sh_flags & SHF_TLS) in check_sections()
2185 && (shdr->sh_flags & SHF_TLS) == 0) in check_sections()
2187 && (shdr->sh_flags & SHF_TLS) != 0)) in check_sections()
Dreadelf.c738 if (shdr->sh_flags & SHF_TLS) in print_shdr()
/external/llvm/include/llvm/Support/
DELF.h546 SHF_TLS = 0x400U, enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp160 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
/external/elfutils/libelf/
Delf.h359 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */ macro
/external/elfutils/po/
Delfutils.pot2250 "SHF_TLS flag set\n"