Home
last modified time | relevance | path

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

/external/elfutils/src/libelf/
Delf.h582 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro
1918 #define PT_HP_TLS (PT_LOOS + 0x0)
1919 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
1920 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
1921 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
1922 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
1923 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
1924 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
1925 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
1926 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
[all …]
/external/elfutils/src/libebl/
Deblsegmenttypename.c78 if (segment >= PT_LOOS && segment <= PT_HIOS)
79 snprintf (buf, len, "LOOS+%d", segment - PT_LOOS);
/external/kernel-headers/original/uapi/linux/
Delf-fdpic.h17 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
Delf.h33 #define PT_LOOS 0x60000000 /* OS-specific */ macro
39 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
/external/llvm/include/llvm/Support/
DELF.h928 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
/external/valgrind/perf/
Dtinycc.c570 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro