Searched refs:PT_LOPROC (Results 1 – 10 of 10) sorted by relevance
80 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* Arch extension bits, */81 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* IA64 unwind bits. */
290 #define PT_LOPROC 0x70000000 /* Processor-specific */ macro
83 #define PT_IA_64_ARCHEXT (PT_LOPROC + 0) /* Arch extension bits, */84 #define PT_IA_64_UNWIND (PT_LOPROC + 1) /* IA64 unwind bits. */
41 #define PT_ARM_EXIDX (PT_LOPROC + 1)
305 #define PT_LOPROC 0x70000000 /* Processor-specific */ macro
474 #define PT_LOPROC 0x70000000 /* reserved range for processor */ macro
1391 PT_LOPROC = 0x70000000, // Lowest processor-specific program hdr entry type. enumerator
2721 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()
2164 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()
4204 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()