Home
last modified time | relevance | path

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

/external/qemu/
Delf.h770 #define PT_HP_TLS (PT_LOOS + 0x0)
771 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
772 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
773 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
774 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
775 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
776 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
777 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
778 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
779 #define PT_HP_CORE_MMF (PT_LOOS + 0x9)
[all …]
/external/elfutils/libelf/
Delf.h565 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro
1747 #define PT_HP_TLS (PT_LOOS + 0x0)
1748 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
1749 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
1750 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
1751 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
1752 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
1753 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
1754 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
1755 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
[all …]
/external/elfutils/libebl/
Deblsegmenttypename.c63 if (segment >= PT_LOOS && segment <= PT_HIOS)
64 snprintf (buf, len, "LOOS+%d", segment - PT_LOOS);
/external/kernel-headers/original/linux/
Delf.h42 #define PT_LOOS 0x60000000 /* OS-specific */ macro
48 #define PT_GNU_STACK (PT_LOOS + 0x474e551)