Searched refs:PT_LOPROC (Results 1 – 5 of 5) 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()
35 #define PT_LOPROC 0x70000000 macro
617 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro2483 #define PT_ARM_EXIDX (PT_LOPROC + 1) /* ARM unwind segment. */2807 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* arch extension bits */2808 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* ia64 unwind bits */
999 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator
572 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro