Searched refs:PT_LOOS (Results 1 – 9 of 9) sorted by relevance
601 #define PT_HP_TLS (PT_LOOS + 0x0)602 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)603 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)604 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)605 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)606 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)607 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)608 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)609 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)610 #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 */
66 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)
511 #define PT_LOOS 0x60000000 /* First OS-specific. */ macro
1191 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
962 _ELF_DEFINE_PT(PT_LOOS, 0x60000000UL, \
694 if (ptype >= PT_LOOS && ptype <= PT_HIOS) in phdr_type()696 ptype - PT_LOOS); in phdr_type()
2498 else if ((p_type >= PT_LOOS) && (p_type <= PT_HIOS)) in get_segment_type()2518 sprintf (buff, "LOOS+%lx", p_type - PT_LOOS); in get_segment_type()