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

/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dauxvec.h20 #define AT_SYSINFO_EHDR 33 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
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/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.h74 AT_SYSINFO_EHDR = 33, enumerator in enum:AuxVector::EntryType
H A DAuxVector.cpp167 case ENTRY_NAME(AT_SYSINFO_EHDR); break;
/external/elfutils/0.153/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)
115 if (d.a64[i].a_type == AT_SYSINFO_EHDR)
184 /* If this is the special mapping AT_SYSINFO_EHDR pointed us at,
251 /* We'll notice the AT_SYSINFO_EHDR address specially when we hit it. */
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c278 #ifndef AT_SYSINFO_EHDR
279 #define AT_SYSINFO_EHDR 33 macro
280 #endif /* AT_SYSINFO_EHDR */
743 case AT_SYSINFO_EHDR: {
/external/qemu/include/
H A Delf.h259 #define AT_SYSINFO_EHDR 33 /* address of kernel vdso */ macro
/external/elfutils/0.153/libelf/
H A Delf.h998 #define AT_SYSINFO_EHDR 33 macro

Completed in 203 milliseconds