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

/external/llvm/lib/MC/
H A DMCSectionELF.cpp84 if (Flags & ELF::SHF_TLS)
105 if (Flags & ELF::SHF_TLS)
H A DMCObjectFileInfo.cpp477 ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE);
480 ".tbss", ELF::SHT_NOBITS, ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE);
H A DMCELFStreamer.cpp106 if (Section.getFlags() & ELF::SHF_TLS)
H A DELFObjectWriter.cpp587 if (Flags & ELF::SHF_TLS)
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCSectionELF.cpp73 if (Flags & ELF::SHF_TLS)
92 if (Flags & ELF::SHF_TLS)
H A DMCObjectFileInfo.cpp271 ELF::SHF_ALLOC | ELF::SHF_TLS |
277 ELF::SHF_ALLOC | ELF::SHF_TLS |
H A DMCELFStreamer.cpp49 if (Section.getFlags() & ELF::SHF_TLS)
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DELFAsmParser.cpp103 ELF::SHF_TLS | ELF::SHF_WRITE,
109 ELF::SHF_TLS | ELF::SHF_WRITE,
267 if (Flags & ELF::SHF_TLS)
293 flags |= ELF::SHF_TLS;
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp103 ELF::SHF_TLS | ELF::SHF_WRITE,
109 ELF::SHF_TLS | ELF::SHF_WRITE,
287 flags |= ELF::SHF_TLS;
325 flags |= ELF::SHF_TLS;
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1057 ENUM_ENT(SHF_TLS, "T"),
1109 case ELF::SHF_TLS:
2833 // SHF_TLS sections are only in PT_TLS, PT_LOAD or PT_GNU_RELRO
2834 // PT_TLS must only have SHF_TLS sections
2838 return (((Sec.sh_flags & ELF::SHF_TLS) &&
2841 (!(Sec.sh_flags & ELF::SHF_TLS) && Phdr.p_type != ELF::PT_TLS));
2851 (Sec.sh_type == ELF::SHT_NOBITS) && ((Sec.sh_flags & ELF::SHF_TLS) != 0);
2869 (Sec.sh_type == ELF::SHT_NOBITS) && ((Sec.sh_flags & ELF::SHF_TLS) != 0);
2950 ((Sec.sh_flags & ELF::SHF_TLS) != 0) &&
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h770 SHF_TLS = 0x400U, enumerator in enum:llvm::ELF::__anon19693
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp160 Flags |= ELF::SHF_TLS;
/external/elfutils/src/
H A Delflint.c825 if ((destshdr->sh_flags & SHF_TLS) == 0)
827 section [%2d] '%s': symbol %zu: referenced section [%2d] '%s' does not have SHF_TLS flag set\n"),
3621 { ".tbss", 6, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
3622 { ".tdata", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
3623 { ".tdata1", 8, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
3881 | SHF_OS_NONCONFORMING | SHF_GROUP | SHF_TLS \
3901 if (shdr->sh_flags & SHF_TLS)
4001 && (shdr->sh_flags & SHF_TLS) == 0)
4003 && (shdr->sh_flags & SHF_TLS) != 0))
H A Dldgeneric.c1079 ld_state.need_tls |= (shdr->sh_flags & SHF_TLS) != 0;
1158 has_tls_symbols |= (shdr->sh_flags & SHF_TLS) != 0;
6333 if (unlikely (shdr->sh_flags & SHF_TLS))
6372 || (shdr->sh_flags & SHF_TLS) == 0)
H A Dreadelf.c1175 if (shdr->sh_flags & SHF_TLS)
/external/llvm/include/llvm/Support/
H A DELF.h743 SHF_TLS = 0x400U,
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp184 Flags |= ELF::SHF_TLS;
/external/llvm/lib/ObjectYAML/
H A DELFYAML.cpp422 BCase(SHF_TLS)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h744 SHF_TLS = 0x400U,
/external/elfutils/libelf/
H A Delf.h369 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */ macro
/external/kmod/port-gnu/
H A Delf.h368 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */ macro
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp761 case (ELF::SHF_TLS | ELF::SHF_ALLOC | ELF::SHF_WRITE):

Completed in 400 milliseconds