Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/elf/
HDia64.h83 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* Arch extension bits, */
84 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* IA64 unwind bits. */
HDarm.h41 #define PT_ARM_EXIDX (PT_LOPROC + 1)
HDcommon.h305 #define PT_LOPROC 0x70000000 /* Processor-specific */ macro
/NextBSD/sys/arm/include/
HDelf.h59 #define PT_ARM_EXIDX (PT_LOPROC + 1)
/NextBSD/sys/sys/
HDelf_common.h510 #define PT_LOPROC 0x70000000 /* First processor-specific type. */ macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h960 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h927 _ELF_DEFINE_PT(PT_LOPROC, 0x70000000UL, \
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c632 if (ptype >= PT_LOPROC && ptype <= PT_HIPROC) in phdr_type()
634 ptype - PT_LOPROC); in phdr_type()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c2469 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC)) in get_segment_type()
2496 sprintf (buff, "LOPROC+%lx", p_type - PT_LOPROC); in get_segment_type()