Searched refs:AT_SYSINFO (Results 1 – 5 of 5) sorted by relevance
12 #ifndef AT_SYSINFO13 #define AT_SYSINFO 32 macro
7 #define AT_SYSINFO 32
292 NEW_AUX_ENT(AT_SYSINFO, VDSO_ENTRY); \346 #define AT_SYSINFO 32 macro
43 AT_SYSINFO is used for locating the vsyscall entry point. It is not
42 if (auxv->a_type == AT_SYSINFO) in get_syscall()