Home | History | Annotate | Download | only in elf

Lines Matching refs:PT_LOOS

602 #define PT_HP_TLS		(PT_LOOS + 0x0)
603 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
604 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
605 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
606 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
607 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
608 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
609 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
610 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
611 #define PT_HP_CORE_MMF (PT_LOOS + 0x9)
612 #define PT_HP_PARALLEL (PT_LOOS + 0x10)
613 #define PT_HP_FASTBIND (PT_LOOS + 0x11)
614 #define PT_HP_OPT_ANNOT (PT_LOOS + 0x12)
615 #define PT_HP_HSL_ANNOT (PT_LOOS + 0x13)
616 #define PT_HP_STACK (PT_LOOS + 0x14)
617 #define PT_HP_CORE_UTSNAME (PT_LOOS + 0x15)