Searched refs:AT_SYSINFO_EHDR (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dauxvec.h10 #define AT_SYSINFO_EHDR 33 macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dvdso_support.cc53 #ifndef AT_SYSINFO_EHDR
54 #define AT_SYSINFO_EHDR 33 macro
78 // Valgrind zaps AT_SYSINFO_EHDR and friends from the auxv[]
96 if (aux.a_type == AT_SYSINFO_EHDR) {
105 // Didn't find AT_SYSINFO_EHDR in auxv[].
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dvdso_support.cc53 #ifndef AT_SYSINFO_EHDR
54 #define AT_SYSINFO_EHDR 33 macro
78 // Valgrind zaps AT_SYSINFO_EHDR and friends from the auxv[]
96 if (aux.a_type == AT_SYSINFO_EHDR) {
105 // Didn't find AT_SYSINFO_EHDR in auxv[].
/external/elfutils/libdwfl/
H A Dlinux-proc-maps.c70 /* Search /proc/PID/auxv for the AT_SYSINFO_EHDR tag. */
100 if (d.a32[i].a_type == AT_SYSINFO_EHDR)
109 if (d.a64[i].a_type == AT_SYSINFO_EHDR)
172 /* If this is the special mapping AT_SYSINFO_EHDR pointed us at,
239 /* We'll notice the AT_SYSINFO_EHDR address specially when we hit it. */
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c282 #ifndef AT_SYSINFO_EHDR
283 #define AT_SYSINFO_EHDR 33 macro
284 #endif /* AT_SYSINFO_EHDR */
754 case AT_SYSINFO_EHDR: {
/external/qemu/
H A Delf.h252 #define AT_SYSINFO_EHDR 33 /* address of kernel vdso */ macro
/external/elfutils/libelf/
H A Delf.h988 #define AT_SYSINFO_EHDR 33 macro

Completed in 117 milliseconds