Searched refs:PT_HIPROC (Results 1 – 6 of 6) sorted by relevance
306 #define PT_HIPROC 0x7FFFFFFF /* Processor-specific */ macro
549 #define PT_HIPROC 0x7fffffff /* Last processor-specific type. */ macro
1294 PT_HIPROC = 0x7fffffff, // Highest processor-specific program hdr entry type. enumerator
1000 _ELF_DEFINE_PT(PT_HIPROC, 0x7FFFFFFFUL, \1007 PT__LAST__ = PT_HIPROC
665 if (ptype >= PT_LOPROC && ptype <= PT_HIPROC) { in phdr_type()
2469 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC)) in get_segment_type()