Home
last modified time | relevance | path

Searched refs:PT_TLS (Results 1 – 11 of 11) sorted by relevance

/external/llvm/tools/llvm-objdump/
DELFDump.cpp47 case ELF::PT_TLS: in printProgramHeaders()
/external/kernel-headers/original/uapi/linux/
Delf.h32 #define PT_TLS 7 /* Thread local storage segment */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1158 LLVM_READOBJ_ENUM_CASE(ELF, PT_TLS ); in getElfSegmentType()
1178 LLVM_READOBJ_PHDR_ENUM(ELF, PT_TLS) in getElfPtType()
2839 ((Phdr.p_type == ELF::PT_TLS) || (Phdr.p_type == ELF::PT_LOAD) || in checkTLSSections()
2841 (!(Sec.sh_flags & ELF::SHF_TLS) && Phdr.p_type != ELF::PT_TLS)); in checkTLSSections()
2854 (IsSpecial && Phdr.p_type != ELF::PT_TLS) ? 0 : Sec.sh_size; in checkoffsets()
2872 (IsSpecial && Phdr.p_type != ELF::PT_TLS) ? 0 : Sec.sh_size; in checkVMA()
2951 Phdr.p_type != ELF::PT_TLS; in printProgramHeaders()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h988 PT_TLS = 7, // The thread-local storage template. enumerator
/external/llvm/include/llvm/Support/
DELF.h1021 PT_TLS = 7, // The thread-local storage template. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1019 PT_TLS = 7, // The thread-local storage template. enumerator
/external/elfutils/src/
Delflint.c856 if (phdr != NULL && phdr->p_type == PT_TLS) in check_symtab()
4002 || (phdr->p_type == PT_TLS in check_sections()
4187 if (phdr != NULL && (phdr->p_type == PT_LOAD || phdr->p_type == PT_TLS)) in check_sections()
4443 else if (phdr->p_type == PT_TLS) in check_program_header()
DChangeLog246 * elflint.c (check_symtab): Only check the PT_TLS phdr if it actually
2249 (ld_generic_create_outfile): Add PT_TLS entry to program header.
Dldgeneric.c6468 phdr->p_type = PT_TLS; in ld_generic_create_outfile()
/external/kmod/port-gnu/
Delf.h605 #define PT_TLS 7 /* Thread-local storage segment */ macro
/external/elfutils/libelf/
Delf.h606 #define PT_TLS 7 /* Thread-local storage segment */ macro