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

/external/kernel-headers/original/uapi/linux/
H A Delf-fdpic.h17 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
H A Delf.h33 #define PT_LOOS 0x60000000 /* OS-specific */ macro
39 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
/external/elfutils/0.153/libebl/
H A Deblsegmenttypename.c99 if (segment >= PT_LOOS && segment <= PT_HIOS)
100 snprintf (buf, len, "LOOS+%d", segment - PT_LOOS);
/external/qemu/include/
H A Delf.h1061 #define PT_HP_TLS (PT_LOOS + 0x0)
1062 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
1063 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
1064 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
1065 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
1066 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
1067 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
1068 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
1069 #define PT_HP_CORE_SHM (PT_LOOS + 0x8)
1070 #define PT_HP_CORE_MMF (PT_LOOS
[all...]
/external/elfutils/0.153/libelf/
H A Delf.h583 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro
1897 #define PT_HP_TLS (PT_LOOS + 0x0)
1898 #define PT_HP_CORE_NONE (PT_LOOS + 0x1)
1899 #define PT_HP_CORE_VERSION (PT_LOOS + 0x2)
1900 #define PT_HP_CORE_KERNEL (PT_LOOS + 0x3)
1901 #define PT_HP_CORE_COMM (PT_LOOS + 0x4)
1902 #define PT_HP_CORE_PROC (PT_LOOS + 0x5)
1903 #define PT_HP_CORE_LOADABLE (PT_LOOS + 0x6)
1904 #define PT_HP_CORE_STACK (PT_LOOS + 0x7)
1905 #define PT_HP_CORE_SHM (PT_LOOS
[all...]
/external/chromium_org/third_party/libvpx/include/
H A Delf.h66 #define PT_LOOS 0x60000000 macro
72 #define PT_GNU_STACK (PT_LOOS + 0x474e551)
/external/llvm/include/llvm/Support/
H A DELF.h1597 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator in enum:llvm::ELF::__anon25601
/external/valgrind/main/perf/
H A Dtinycc.c570 #define PT_LOOS 0x60000000 /* Start of OS-specific */ macro

Completed in 892 milliseconds