Home
last modified time | relevance | path

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

/third_party/libunwind/include/win/
Dfreebsd-elf_common.h249 #define PT_NULL 0 /* Unused entry. */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h249 #define PT_NULL 0 /* Unused entry. */ macro
/third_party/uboot/u-boot-2020.01/include/
Delf.h454 #define PT_NULL 0 /* unused */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1012 PT_NULL = 0, // Unused segment. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1183 PT_NULL = 0, // Unused segment. enumerator
/third_party/mingw-w64/mingw-w64-headers/include/
Dmapidefs.h149 #define PT_NULL ((ULONG) 1) macro
192 #define PR_NULL PROP_TAG(PT_NULL,PROP_ID_NULL)
Dwabdefs.h146 #define PT_NULL ((ULONG) 1) macro
189 #define PR_NULL PROP_TAG(PT_NULL,PROP_ID_NULL)
/third_party/skia/third_party/externals/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");
/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");
/third_party/musl/include/
Delf.h593 #define PT_NULL 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h593 #define PT_NULL 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp46 ECase(PT_NULL); in enumeration()