/external/elfutils/tests/ |
D | vendorelf.c | 97 phdr.p_type = PT_NULL; in check_elf() 162 if (phdr.p_type != PT_NULL in check_elf()
|
D | showptable.c | 80 [PT_NULL] = "NULL", in main()
|
/external/elfutils/libebl/ |
D | eblsegmenttypename.c | 60 if (segment >= PT_NULL && segment < PT_NUM) in ebl_segment_type_name()
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | ihex-writer.test | 12 # RUN: llvm-objcopy -O ihex %t2-segs - | FileCheck %s --check-prefix=PT_NULL 64 # PT_NULL-NOT: :02000004
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 26 #define PT_NULL 0 macro
|
/external/llvm-project/lld/ELF/ |
D | LinkerScript.h | 237 unsigned type = llvm::ELF::PT_NULL;
|
D | ScriptParser.cpp | 1438 .Case("PT_NULL", PT_NULL) in readPhdrType() 1456 return PT_NULL; in readPhdrType()
|
/external/crosvm/kernel_loader/src/ |
D | elf.rs | 56 pub const PT_NULL: u32 = 0; constant
|
/external/compiler-rt/lib/cfi/ |
D | cfi.cc | 190 for (const ElfW(Dyn) *p = dynamic; p->d_tag != PT_NULL; ++p) { in find_cfi_check_in_dso()
|
/external/llvm-project/compiler-rt/lib/cfi/ |
D | cfi.cpp | 223 for (const Elf_Dyn *p = dynamic; p->d_tag != PT_NULL; ++p) { in find_cfi_check_in_dso()
|
/external/elfutils/libdwfl/ |
D | core-file.c | 133 notes->p_type = PT_NULL; in dwfl_report_core_segments()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1014 PT_NULL = 0, // Unused segment. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1012 PT_NULL = 0, // Unused segment. enumerator
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | program-headers.test | 147 # ELF-LLVM-NEXT: Type: PT_NULL (0x0) 459 ## Case 3: the PT_NULL segment. 460 - Type: PT_NULL
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1183 PT_NULL = 0, // Unused segment. enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1210 PT_NULL = 0, // Unused segment. enumerator
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 473 #define PT_NULL 0 macro
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 1348 // We only expect PT_LOADs. This must be PT_NULL that we didn't 1350 ABSL_RAW_CHECK(p.p_type == PT_NULL, "unexpected p_type");
|
/external/libtextclassifier/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 1348 // We only expect PT_LOADs. This must be PT_NULL that we didn't 1350 ABSL_RAW_CHECK(p.p_type == PT_NULL, "unexpected p_type");
|
/external/angle/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 1358 // We only expect PT_LOADs. This must be PT_NULL that we didn't 1360 ABSL_RAW_CHECK(p.p_type == PT_NULL, "unexpected p_type");
|
/external/openscreen/third_party/abseil/src/absl/debugging/ |
D | symbolize_elf.inc | 1348 // We only expect PT_LOADs. This must be PT_NULL that we didn't 1350 ABSL_RAW_CHECK(p.p_type == PT_NULL, "unexpected p_type");
|
/external/kmod/port-gnu/ |
D | elf.h | 598 #define PT_NULL 0 /* Program header table entry unused */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 708 #define PT_NULL 0 /* Program header table entry unused */ macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 46 ECase(PT_NULL); in enumeration()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1151 LLVM_READOBJ_ENUM_CASE(ELF, PT_NULL ); in getElfSegmentType() 1171 LLVM_READOBJ_PHDR_ENUM(ELF, PT_NULL) in getElfPtType()
|