Home
last modified time | relevance | path

Searched refs:PT_LOOS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Delf.h179 #define PT_HP_TLS (PT_LOOS + 0x0)
180 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
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)
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 + 0x9)
189 #define PT_HP_PARALLEL (PT_LOOS + 0x10)
190 #define PT_HP_FASTBIND (PT_LOOS + 0x11)
[all …]
/openbmc/qemu/include/
H A Delf.h29 #define PT_LOOS 0x60000000 macro
34 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
35 #define PT_GNU_PROPERTY (PT_LOOS + 0x474e553)
1246 #define PT_HP_TLS (PT_LOOS + 0x0)
1247 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
1248 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
1249 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
1250 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
1251 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
1252 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
[all …]
/openbmc/linux/include/uapi/linux/
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)
H A Delf-fdpic.h18 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
/openbmc/linux/arch/powerpc/boot/
H A Delf.h31 #define PT_LOOS 0x60000000 /* OS-specific */ macro
37 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
/openbmc/u-boot/include/
H A Delf.h463 #define PT_LOOS 0x60000000 /* reserved range for operating */ macro