Home
last modified time | relevance | path

Searched refs:PT_NULL (Results 1 – 25 of 30) sorted by relevance

12

/external/elfutils/tests/
Dvendorelf.c97 phdr.p_type = PT_NULL; in check_elf()
162 if (phdr.p_type != PT_NULL in check_elf()
Dshowptable.c80 [PT_NULL] = "NULL", in main()
/external/elfutils/libebl/
Deblsegmenttypename.c60 if (segment >= PT_NULL && segment < PT_NUM) in ebl_segment_type_name()
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dihex-writer.test12 # RUN: llvm-objcopy -O ihex %t2-segs - | FileCheck %s --check-prefix=PT_NULL
64 # PT_NULL-NOT: :02000004
/external/kernel-headers/original/uapi/linux/
Delf.h26 #define PT_NULL 0 macro
/external/llvm-project/lld/ELF/
DLinkerScript.h237 unsigned type = llvm::ELF::PT_NULL;
DScriptParser.cpp1438 .Case("PT_NULL", PT_NULL) in readPhdrType()
1456 return PT_NULL; in readPhdrType()
/external/crosvm/kernel_loader/src/
Delf.rs56 pub const PT_NULL: u32 = 0; constant
/external/compiler-rt/lib/cfi/
Dcfi.cc190 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/
Dcfi.cpp223 for (const Elf_Dyn *p = dynamic; p->d_tag != PT_NULL; ++p) { in find_cfi_check_in_dso()
/external/elfutils/libdwfl/
Dcore-file.c133 notes->p_type = PT_NULL; in dwfl_report_core_segments()
/external/llvm/include/llvm/Support/
DELF.h1014 PT_NULL = 0, // Unused segment. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1012 PT_NULL = 0, // Unused segment. enumerator
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dprogram-headers.test147 # 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/
DELF.h1183 PT_NULL = 0, // Unused segment. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1210 PT_NULL = 0, // Unused segment. enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h473 #define PT_NULL 0 macro
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc1348 // 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/
Dsymbolize_elf.inc1348 // 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/
Dsymbolize_elf.inc1358 // 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/
Dsymbolize_elf.inc1348 // 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/
Delf.h598 #define PT_NULL 0 /* Program header table entry unused */ macro
/external/elfutils/libelf/
Delf.h708 #define PT_NULL 0 /* Program header table entry unused */ macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp46 ECase(PT_NULL); in enumeration()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1151 LLVM_READOBJ_ENUM_CASE(ELF, PT_NULL ); in getElfSegmentType()
1171 LLVM_READOBJ_PHDR_ENUM(ELF, PT_NULL) in getElfPtType()

12