Home
last modified time | relevance | path

Searched refs:PT_HIPROC (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Delf_common.h573 #define PT_HIPROC 0x7fffffff /* Last processor-specific type. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1482 PT_HIPROC = 0x7fffffff, // Highest processor-specific program hdr entry type. enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1000 _ELF_DEFINE_PT(PT_HIPROC, 0x7FFFFFFFUL, \
1007 PT__LAST__ = PT_HIPROC
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c676 if (ptype >= PT_LOPROC && ptype <= PT_HIPROC) { in phdr_type()