Home
last modified time | relevance | path

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

/external/qemu/
Delf.h818 #define PT_HP_TLS (PT_LOOS + 0x0)
819 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
820 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
821 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
822 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
823 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
824 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
825 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
826 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
827 #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)
/external/valgrind/main/perf/
Dtinycc.c570 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro