Searched refs:SHF_TLS (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 73 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection() 92 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
|
D | MCObjectFileInfo.cpp | 226 ELF::SHF_ALLOC | ELF::SHF_TLS | in InitELFMCObjectFileInfo() 232 ELF::SHF_ALLOC | ELF::SHF_TLS | in InitELFMCObjectFileInfo()
|
D | MCELFStreamer.cpp | 49 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabel()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 90 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/ |
D | elflint.c | 767 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()
|
D | readelf.c | 738 if (shdr->sh_flags & SHF_TLS) in print_shdr()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 546 SHF_TLS = 0x400U, enumerator
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 160 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
|
/external/elfutils/libelf/ |
D | elf.h | 359 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */ macro
|
/external/elfutils/po/ |
D | elfutils.pot | 2250 "SHF_TLS flag set\n"
|