Searched refs:PT_LOPROC (Results 1 – 5 of 5) sorted by relevance
80 else if (segment >= PT_LOPROC && segment <= PT_HIPROC)81 snprintf (buf, len, "LOPROC+%d", segment - PT_LOPROC);
35 #define PT_LOPROC 0x70000000 macro
591 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro2354 #define PT_ARM_EXIDX (PT_LOPROC + 1) /* ARM unwind segment. */2664 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* arch extension bits */2665 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* ia64 unwind bits */
930 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator
572 #define PT_LOPROC 0x70000000 /* Start of processor-specific */ macro