Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/elf/
HDcommon.h304 #define PT_HIOS 0x6fffffff /* OS-specific */ macro
/NextBSD/sys/sys/
HDelf_common.h509 #define PT_HIOS 0x6fffffff /* Last OS-specific. */ macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h959 PT_HIOS = 0x6fffffff, // Highest operating system-specific pt entry type. enumerator
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h925 _ELF_DEFINE_PT(PT_HIOS, 0x6FFFFFFFUL, \
951 #define PT_HISUNW PT_HIOS
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c635 else if (ptype >= PT_LOOS && ptype <= PT_HIOS) in phdr_type()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c2498 else if ((p_type >= PT_LOOS) && (p_type <= PT_HIOS)) in get_segment_type()