Searched refs:AT_SYSINFO (Results 1 – 13 of 13) sorted by relevance
12 #ifndef AT_SYSINFO13 #define AT_SYSINFO 32 macro
9 #define AT_SYSINFO 32 macro
7 #define AT_SYSINFO 32
88 #define AT_SYSINFO 32 macro94 NEW_AUX_ENT(AT_SYSINFO, __kernel_vsyscall); \
35 case AT_SYSINFO: in scan_elf_aux()
296 NEW_AUX_ENT(AT_SYSINFO, VDSO_ENTRY); \350 #define AT_SYSINFO 32 macro
141 sysinfo = getauxval(AT_SYSINFO); in main()
42 if (auxv->a_type == AT_SYSINFO) in get_syscall()
416 vsyscall32 = (void *)getauxval(AT_SYSINFO); in main()
43 AT_SYSINFO is used for locating the vsyscall entry point. It is not
214 NEW_AUX_ENT(AT_SYSINFO, (unsigned long) __kernel_syscall_via_epc); \
294 * AT_SYSINFO : is the address of __kernel_syscall_via_epc()301 AT_SYSINFO points into the kernel DSO at the
Completed in 20 milliseconds