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.h578 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro
1848 #define PT_HP_TLS (PT_LOOS + 0x0)
1849 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
1850 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
1851 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
1852 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
1853 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
1854 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
1855 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
1856 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
[all …]
/external/elfutils/libebl/
Deblsegmenttypename.c99 if (segment >= PT_LOOS && segment <= PT_HIOS)
100 snprintf (buf, len, "LOOS+%d", segment - PT_LOOS);
/external/llvm/include/llvm/Support/
DELF.h1298 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
/external/valgrind/main/perf/
Dtinycc.c570 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro