Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/elf/
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. */
Darm.h41 #define PT_ARM_EXIDX (PT_LOPROC + 1)
Dcommon.h305 #define PT_LOPROC 0x70000000 /* Processor-specific */ macro
/freebsd-12-stable/sys/sys/
Delf_common.h542 #define PT_LOPROC 0x70000000 /* First processor-specific type. */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1293 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h988 _ELF_DEFINE_PT(PT_LOPROC, 0x70000000UL, \
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c665 if (ptype >= PT_LOPROC && ptype <= PT_HIPROC) { in phdr_type()
675 ptype - PT_LOPROC); in phdr_type()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.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()