Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Dbinfmt_arm64.const20 PT_TLS = 7
Dbinfmt_386.const20 PT_TLS = 7
Dbinfmt_ppc64le.const20 PT_TLS = 7
Dbinfmt_arm.const20 PT_TLS = 7
Dbinfmt_amd64.const20 PT_TLS = 7
Dbinfmt.txt118 elf_ptypes = PT_LOAD, PT_DYNAMIC, PT_INTERP, PT_NOTE, PT_SHLIB, PT_PHDR, PT_TLS, PT_LOOS, PT_LOPROC…
/external/llvm/tools/llvm-objdump/
DELFDump.cpp47 case ELF::PT_TLS: in printProgramHeaders()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DELFDump.cpp137 case ELF::PT_TLS: in printProgramHeaders()
/external/kernel-headers/original/uapi/linux/
Delf.h33 #define PT_TLS 7 /* Thread local storage segment */ macro
/external/u-boot/include/
Delf.h461 #define PT_TLS 7 /* Thread local storage template */ 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1019 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-7.0/llvm/include/llvm/BinaryFormat/
DELF.h1142 PT_TLS = 7, // The thread-local storage template. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1188 LLVM_READOBJ_ENUM_CASE(ELF, PT_TLS ); in getElfSegmentType()
1213 LLVM_READOBJ_PHDR_ENUM(ELF, PT_TLS) in getElfPtType()
3189 ((Phdr.p_type == ELF::PT_TLS) || (Phdr.p_type == ELF::PT_LOAD) || in checkTLSSections()
3191 (!(Sec.sh_flags & ELF::SHF_TLS) && Phdr.p_type != ELF::PT_TLS)); in checkTLSSections()
3204 (IsSpecial && Phdr.p_type != ELF::PT_TLS) ? 0 : Sec.sh_size; in checkoffsets()
3222 (IsSpecial && Phdr.p_type != ELF::PT_TLS) ? 0 : Sec.sh_size; in checkVMA()
3301 Phdr.p_type != ELF::PT_TLS; in printProgramHeaders()
/external/elfutils/src/
Delflint.c873 if (phdr != NULL && phdr->p_type == PT_TLS) in check_symtab()
4035 || (phdr->p_type == PT_TLS in check_sections()
4220 if (phdr != NULL && (phdr->p_type == PT_LOAD || phdr->p_type == PT_TLS)) in check_sections()
4506 else if (phdr->p_type == PT_TLS) in check_program_header()
DChangeLog1309 * elflint.c (check_symtab): Only check the PT_TLS phdr if it actually
3312 (ld_generic_create_outfile): Add PT_TLS entry to program header.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp52 ECase(PT_TLS); in enumeration()
/external/kmod/port-gnu/
Delf.h605 #define PT_TLS 7 /* Thread-local storage segment */ macro
/external/elfutils/libelf/
Delf.h717 #define PT_TLS 7 /* Thread-local storage segment */ macro