Home
last modified time | relevance | path

Searched defs:PT_HIPROC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1482 PT_HIPROC = 0x7fffffff, // Highest processor-specific program hdr entry type. enumerator
/freebsd/sys/sys/
H A Delf_common.h573 #define PT_HIPROC 0x7fffffff /* Last processor-specific type. */ macro