Home
last modified time | relevance | path

Searched refs:PT_HIPROC (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h291 #define PT_HIPROC 0x7FFFFFFF /* Processor-specific */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h306 #define PT_HIPROC 0x7FFFFFFF /* Processor-specific */ macro
/openbsd/sys/sys/
H A Dexec_elf.h473 #define PT_HIPROC 0x7fffffff /* specific segment types */ macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1392 PT_HIPROC = 0x7fffffff, // Highest processor-specific program hdr entry type. enumerator
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c2721 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC)) in get_segment_type()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c2164 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC)) in get_segment_type()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c4204 if (m->p_type >= PT_LOPROC && m->p_type <= PT_HIPROC) in print_segment_map()