Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h566 #define PT_LOPROC 0x70000000 /* First processor-specific type. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1481 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h988 _ELF_DEFINE_PT(PT_LOPROC, 0x70000000UL, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c676 if (ptype >= PT_LOPROC && ptype <= PT_HIPROC) { in phdr_type()
686 ptype - PT_LOPROC); in phdr_type()