Home
last modified time | relevance | path

Searched refs:PT_LOPROC (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/libebl/
Deblsegmenttypename.c76 else if (segment >= PT_LOPROC && segment <= PT_HIPROC) in ebl_segment_type_name()
77 snprintf (buf, len, "LOPROC+%d", segment - PT_LOPROC); in ebl_segment_type_name()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1022 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator
1057 PT_WEBASSEMBLY_FUNCTIONS = PT_LOPROC + 0, // Function definitions.
/external/llvm/include/llvm/Support/
DELF.h1024 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator
1055 PT_WEBASSEMBLY_FUNCTIONS = PT_LOPROC + 0, // Function definitions.
/external/kernel-headers/original/uapi/linux/
Delf.h36 #define PT_LOPROC 0x70000000 macro
/external/kmod/port-gnu/
Delf.h616 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro
2482 #define PT_ARM_EXIDX (PT_LOPROC + 1) /* ARM unwind segment. */
2806 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* arch extension bits */
2807 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* ia64 unwind bits */
/external/crosvm/kernel_loader/src/
Delf.rs66 pub const PT_LOPROC: u32 = 1879048192; constant
/external/elfutils/libelf/
Delf.h729 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro
2709 #define PT_ARM_EXIDX (PT_LOPROC + 1) /* ARM unwind segment. */
3108 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* arch extension bits */
3109 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* ia64 unwind bits */
/external/u-boot/include/
Delf.h465 #define PT_LOPROC 0x70000000 /* reserved range for processor */ macro
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h1145 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator