Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h565 #define PT_HIOS 0x6fffffff /* Last OS-specific. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1480 PT_HIOS = 0x6fffffff, // Highest operating system-specific pt entry type. enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h986 _ELF_DEFINE_PT(PT_HIOS, 0x6FFFFFFFUL, \
1012 #define PT_HISUNW PT_HIOS
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c706 if (ptype >= PT_LOOS && ptype <= PT_HIOS) in phdr_type()