Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h306 #define PT_HIPROC 0x7FFFFFFF /* Processor-specific */ macro
/freebsd-12-stable/sys/sys/
Delf_common.h549 #define PT_HIPROC 0x7fffffff /* Last processor-specific type. */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1294 PT_HIPROC = 0x7fffffff, // Highest processor-specific program hdr entry type. enumerator
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h1000 _ELF_DEFINE_PT(PT_HIPROC, 0x7FFFFFFFUL, \
1007 PT__LAST__ = PT_HIPROC
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c665 if (ptype >= PT_LOPROC && ptype <= PT_HIPROC) { in phdr_type()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c2469 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC)) in get_segment_type()