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

/external/elfutils/libebl/
H A Deblsegmenttypename.c99 if (segment >= PT_LOOS && segment <= PT_HIOS)
100 snprintf (buf, len, "LOOS+%d", segment - PT_LOOS);
/external/qemu/
H A 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
[all...]
/external/elfutils/libelf/
H A 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
[all...]
/external/kernel-headers/original/linux/
H A Delf.h42 #define PT_LOOS 0x60000000 /* OS-specific */ macro
48 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
/external/llvm/include/llvm/Support/
H A DELF.h1015 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator in enum:llvm::ELF::__anon7218
/external/valgrind/main/perf/
H A Dtinycc.c570 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro

Completed in 98 milliseconds