/external/syzkaller/sys/linux/ |
D | binfmt_arm64.const | 20 PT_TLS = 7
|
D | binfmt_386.const | 20 PT_TLS = 7
|
D | binfmt_ppc64le.const | 20 PT_TLS = 7
|
D | binfmt_arm.const | 20 PT_TLS = 7
|
D | binfmt_amd64.const | 20 PT_TLS = 7
|
D | binfmt.txt | 118 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/ |
D | ELFDump.cpp | 47 case ELF::PT_TLS: in printProgramHeaders()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 137 case ELF::PT_TLS: in printProgramHeaders()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 33 #define PT_TLS 7 /* Thread local storage segment */ macro
|
/external/u-boot/include/ |
D | elf.h | 461 #define PT_TLS 7 /* Thread local storage template */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1158 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/ |
D | ELF.h | 988 PT_TLS = 7, // The thread-local storage template. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1019 PT_TLS = 7, // The thread-local storage template. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1021 PT_TLS = 7, // The thread-local storage template. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1142 PT_TLS = 7, // The thread-local storage template. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1188 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/ |
D | elflint.c | 873 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()
|
D | ChangeLog | 1309 * 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/ |
D | ELFYAML.cpp | 52 ECase(PT_TLS); in enumeration()
|
/external/kmod/port-gnu/ |
D | elf.h | 605 #define PT_TLS 7 /* Thread-local storage segment */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 717 #define PT_TLS 7 /* Thread-local storage segment */ macro
|