Searched refs:PT_HIOS (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h289 #define PT_HIOS 0x6fffffff /* OS-specific */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h304 #define PT_HIOS 0x6fffffff /* OS-specific */ macro
/openbsd-current/sys/sys/
H A Dexec_elf.h473 #define PT_HIOS 0x6fffffff /* specific segment types */ macro
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1390 PT_HIOS = 0x6fffffff, // Highest operating system-specific pt entry type. enumerator in enum:llvm::ELF::__anon69
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c2192 else if ((p_type >= PT_LOOS) && (p_type <= PT_HIOS))
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c2753 else if ((p_type >= PT_LOOS) && (p_type <= PT_HIOS))
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c4212 else if (m->p_type >= PT_LOOS && m->p_type <= PT_HIOS)

Completed in 403 milliseconds