Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dia64.h121 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* Arch extension bits, */
122 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* IA64 unwind bits. */
Daarch64.h28 #define PT_AARCH64_ARCHEXT (PT_LOPROC + 0)
Darm.h40 #define PT_ARM_EXIDX (PT_LOPROC + 1)
Dcommon.h430 #define PT_LOPROC 0x70000000 /* Processor-specific */ macro
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h478 PT_LOPROC = 0x70000000,
/toolchain/binutils/binutils-2.25/bfd/
Delf.c4447 if (m->p_type >= PT_LOPROC && m->p_type <= PT_HIPROC) in print_segment_map()
4449 (unsigned int) (m->p_type - PT_LOPROC)); in print_segment_map()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3357 if ((p_type >= PT_LOPROC) && (p_type <= PT_HIPROC)) in get_segment_type()
3390 sprintf (buff, "LOPROC+%lx", p_type - PT_LOPROC); in get_segment_type()