Searched refs:PT_LOOS (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Delf.h179 #define PT_HP_TLS (PT_LOOS + 0x0)
180 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
181 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
182 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
183 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
184 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
185 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
186 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
187 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
188 #define PT_HP_CORE_MMF (PT_LOOS
[all...]
/linux-master/include/uapi/linux/
H A Delf-fdpic.h18 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
H A Delf.h34 #define PT_LOOS 0x60000000 /* OS-specific */ macro
38 #define PT_GNU_EH_FRAME (PT_LOOS + 0x474e550)
39 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
40 #define PT_GNU_RELRO (PT_LOOS + 0x474e552)
41 #define PT_GNU_PROPERTY (PT_LOOS + 0x474e553)
/linux-master/arch/powerpc/boot/
H A Delf.h31 #define PT_LOOS 0x60000000 /* OS-specific */ macro
37 #define PT_GNU_STACK (PT_LOOS + 0x474e551)

Completed in 132 milliseconds