Searched refs:PT_HIPROC (Results 1 – 5 of 5) sorted by relevance
306 #define PT_HIPROC 0x7FFFFFFF /* Processor-specific */ macro
391 #define PT_HIPROC 0x7fffffff /* specific segment types */ macro
340 #define PT_HIPROC 0x7fffffff /* Last processor-specific type. */ macro
1559 PT_HIPROC = 0x7fffffff, // Highest processor-specific program hdr entry type. enumerator
2469 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC)) in get_segment_type()