Searched refs:PT_LOPROC (Results 1 – 7 of 7) sorted by relevance
121 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* Arch extension bits, */122 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* IA64 unwind bits. */
28 #define PT_AARCH64_ARCHEXT (PT_LOPROC + 0)
40 #define PT_ARM_EXIDX (PT_LOPROC + 1)
430 #define PT_LOPROC 0x70000000 /* Processor-specific */ macro
478 PT_LOPROC = 0x70000000,
4447 if (m->p_type >= PT_LOPROC && m->p_type <= PT_HIPROC) in print_segment_map()4449 (unsigned int) (m->p_type - PT_LOPROC)); in print_segment_map()
3357 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC)) in get_segment_type()3390 sprintf (buff, "LOPROC+%lx", p_type - PT_LOPROC); in get_segment_type()