Searched refs:PT_LOPROC (Results 1 – 9 of 9) sorted by relevance
83 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* Arch extension bits, */84 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* IA64 unwind bits. */
41 #define PT_ARM_EXIDX (PT_LOPROC + 1)
305 #define PT_LOPROC 0x70000000 /* Processor-specific */ macro
59 #define PT_ARM_EXIDX (PT_LOPROC + 1)
510 #define PT_LOPROC 0x70000000 /* First processor-specific type. */ macro
960 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator
927 _ELF_DEFINE_PT(PT_LOPROC, 0x70000000UL, \
632 if (ptype >= PT_LOPROC && ptype <= PT_HIPROC) in phdr_type()634 ptype - PT_LOPROC); in phdr_type()
2469 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC)) in get_segment_type()2496 sprintf (buff, "LOPROC+%lx", p_type - PT_LOPROC); in get_segment_type()