Home
last modified time | relevance | path

Searched refs:PT_LOPROC (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dia64.h80 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* Arch extension bits, */
81 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* IA64 unwind bits. */
H A Dcommon.h290 #define PT_LOPROC 0x70000000 /* Processor-specific */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dia64.h83 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* Arch extension bits, */
84 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* IA64 unwind bits. */
H A Darm.h41 #define PT_ARM_EXIDX (PT_LOPROC + 1)
H A Dcommon.h305 #define PT_LOPROC 0x70000000 /* Processor-specific */ macro
/openbsd/sys/sys/
H A Dexec_elf.h474 #define PT_LOPROC 0x70000000 /* reserved range for processor */ macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1391 PT_LOPROC = 0x70000000, // Lowest 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()
2748 sprintf (buff, "LOPROC+%lx", p_type - PT_LOPROC); 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()
2188 sprintf (buff, "LOPROC+%lx", p_type - PT_LOPROC); 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()
4206 (unsigned int) (m->p_type - PT_LOPROC)); in print_segment_map()