Searched refs:PT_LOOS (Results 1 – 13 of 13) sorted by relevance
581 #define PT_HP_TLS (PT_LOOS + 0x0)582 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)583 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)584 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)585 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)586 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)587 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)588 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)589 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)590 #define PT_HP_CORE_MMF (PT_LOOS + 0x9)[all …]
90 #define PT_IA_64_HP_OPT_ANOT (PT_LOOS + 0x12)91 #define PT_IA_64_HP_HSL_ANOT (PT_LOOS + 0x13)92 #define PT_IA_64_HP_STACK (PT_LOOS + 0x14)
303 #define PT_LOOS 0x60000000 /* OS-specific */ macro308 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550) /* Frame unwind information */310 #define PT_GNU_STACK (PT_LOOS + 0x474e551) /* Stack flags */311 #define PT_GNU_RELRO (PT_LOOS + 0x474e552) /* Read-only after relocation */312 #define PT_GNU_PROPERTY (PT_LOOS + 0x474e553) /* Program property note */
535 #define PT_HP_TLS (PT_LOOS + 0x0)536 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)537 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)538 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)539 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)540 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)541 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)542 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)543 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)544 #define PT_HP_CORE_MMF (PT_LOOS + 0x9)[all …]
87 #define PT_IA_64_HP_OPT_ANOT (PT_LOOS + 0x12)88 #define PT_IA_64_HP_HSL_ANOT (PT_LOOS + 0x13)89 #define PT_IA_64_HP_STACK (PT_LOOS + 0x14)
288 #define PT_LOOS 0x60000000 /* OS-specific */ macro293 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)294 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
62 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)
66 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)
470 #define PT_LOOS 0x60000000 /* reserved range for OS */ macro
1389 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
2750 else if ((p_type >= PT_LOOS) && (p_type <= PT_HIOS)) in get_segment_type()2770 sprintf (buff, "LOOS+%lx", p_type - PT_LOOS); in get_segment_type()
2190 else if ((p_type >= PT_LOOS) && (p_type <= PT_HIOS)) in get_segment_type()2210 sprintf (buff, "LOOS+%lx", p_type - PT_LOOS); in get_segment_type()
4207 else if (m->p_type >= PT_LOOS && m->p_type <= PT_HIOS) in print_segment_map()4209 (unsigned int) (m->p_type - PT_LOOS)); in print_segment_map()