Searched refs:AT_SYSINFO (Results 1 – 14 of 14) sorted by relevance
12 #ifndef AT_SYSINFO13 #define AT_SYSINFO 32 macro
9 #define AT_SYSINFO 32 macro
88 #define AT_SYSINFO 32 macro94 NEW_AUX_ENT(AT_SYSINFO, __kernel_vsyscall); \
7 #define AT_SYSINFO 32
35 case AT_SYSINFO: in scan_elf_aux()
311 NEW_AUX_ENT(AT_SYSINFO, VDSO_ENTRY); \361 #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()
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
1207 #define AT_SYSINFO 32 macro