Home | History | Annotate | Download | only in libelf

Lines Matching refs:PT_LOOS

719 #define PT_LOOS		0x60000000	/* Start of OS-specific */
2259 #define PT_HP_TLS (PT_LOOS + 0x0)
2260 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
2261 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
2262 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
2263 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
2264 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
2265 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
2266 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
2267 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
2268 #define PT_HP_CORE_MMF (PT_LOOS + 0x9)
2269 #define PT_HP_PARALLEL (PT_LOOS + 0x10)
2270 #define PT_HP_FASTBIND (PT_LOOS + 0x11)
2271 #define PT_HP_OPT_ANNOT (PT_LOOS + 0x12)
2272 #define PT_HP_HSL_ANNOT (PT_LOOS + 0x13)
2273 #define PT_HP_STACK (PT_LOOS + 0x14)
3028 #define PT_IA_64_HP_OPT_ANOT (PT_LOOS + 0x12)
3029 #define PT_IA_64_HP_HSL_ANOT (PT_LOOS + 0x13)
3030 #define PT_IA_64_HP_STACK (PT_LOOS + 0x14)