Searched refs:PT_HIPROC (Results 1 – 7 of 7) sorted by relevance
291 #define PT_HIPROC 0x7FFFFFFF /* Processor-specific */ macro
306 #define PT_HIPROC 0x7FFFFFFF /* Processor-specific */ macro
473 #define PT_HIPROC 0x7fffffff /* specific segment types */ macro
1392 PT_HIPROC = 0x7fffffff, // Highest processor-specific program hdr entry type. enumerator
2721 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC)) in get_segment_type()
2164 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC)) in get_segment_type()
4204 if (m->p_type >= PT_LOPROC && m->p_type <= PT_HIPROC) in print_segment_map()