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

/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dauxvec.h8 #define AT_SYSINFO 32 macro
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dunwind_vdso.c2 * unwind_vdso.c - tests unwind info for AT_SYSINFO in the vDSO
169 sysinfo = getauxval(AT_SYSINFO);
174 printf("[WARN]\tdladdr failed on AT_SYSINFO\n");
194 printf("[WARN]\tsyscall(2) didn't enter AT_SYSINFO\n");
H A Dtest_syscall_vdso.c50 if (auxv->a_type == AT_SYSINFO)
H A Dptrace_syscall.c73 * Nasty helper to invoke AT_SYSINFO (i.e. __kernel_vsyscall) with
411 vsyscall32 = (void *)getauxval(AT_SYSINFO);
412 printf("[RUN]\tCheck AT_SYSINFO return regs\n");
/external/valgrind/coregrind/m_initimg/
H A Dinitimg-linux.c275 #ifndef AT_SYSINFO
276 #define AT_SYSINFO 32 macro
277 #endif /* AT_SYSINFO */
786 case AT_SYSINFO:
/external/elfutils/libelf/
H A Delf.h1051 #define AT_SYSINFO 32 macro
/external/kmod/port-gnu/
H A Delf.h1050 #define AT_SYSINFO 32 macro

Completed in 253 milliseconds