Searched refs:SHF_TLS (Results 1 - 14 of 14) 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.cpp448 ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE);
451 ".tbss", ELF::SHT_NOBITS, ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE);
H A DMCELFStreamer.cpp105 if (Section.getFlags() & ELF::SHF_TLS)
H A DELFObjectWriter.cpp578 if (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,
285 flags |= ELF::SHF_TLS;
323 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.h721 SHF_TLS = 0x400U,
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp181 Flags |= ELF::SHF_TLS;
/external/llvm/lib/Object/
H A DELFYAML.cpp417 BCase(SHF_TLS)
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp678 case (ELF::SHF_TLS | ELF::SHF_ALLOC | ELF::SHF_WRITE):
/external/elfutils/libelf/
H A Delf.h369 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */ macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp799 LLVM_READOBJ_ENUM_ENT(ELF, SHF_TLS ),

Completed in 280 milliseconds