Searched defs:AT_SYSINFO_EHDR (Results 1 - 8 of 8) 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
/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 851 milliseconds