Searched refs:PT_LOPROC (Results 1 – 9 of 9) sorted by relevance
76 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()
1022 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator1057 PT_WEBASSEMBLY_FUNCTIONS = PT_LOPROC + 0, // Function definitions.
1024 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator1055 PT_WEBASSEMBLY_FUNCTIONS = PT_LOPROC + 0, // Function definitions.
36 #define PT_LOPROC 0x70000000 macro
616 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro2482 #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 */
66 pub const PT_LOPROC: u32 = 1879048192; constant
729 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro2709 #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 */
465 #define PT_LOPROC 0x70000000 /* reserved range for processor */ macro
1145 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator