Searched refs:PT_HIPROC (Results 1 – 4 of 4) sorted by relevance
431 #define PT_HIPROC 0x7FFFFFFF /* Processor-specific */ macro
479 PT_HIPROC = 0x7fffffff,
4447 if (m->p_type >= PT_LOPROC && m->p_type <= PT_HIPROC) in print_segment_map()
3357 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC)) in get_segment_type()