Home
last modified time | relevance | path

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

/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)
1253 #define PT_HP_TLS (PT_LOOS + 0x0)
1254 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
1255 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
1256 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
1257 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
1258 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
1259 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
[all …]
/openbmc/u-boot/include/
H A Delf.h463 #define PT_LOOS 0x60000000 /* reserved range for operating */ macro