Searched refs:old_sys_execve (Results 1 – 2 of 2) sorted by relevance
38 asmlinkage static int (*old_sys_execve)(struct pt_regs); variable317 old_sys_execve = sys_call_table[__NR_execve]; in op_save_syscalls()345 sys_call_table[__NR_execve] = old_sys_execve; in op_restore_syscalls()
45 asmlinkage static int (*old_sys_execve)(char *, char **, char **); variable335 old_sys_execve = (void *)&fdesc_execve; in op_save_syscalls()374 ((struct fdesc *)old_sys_execve)->ip; in op_restore_syscalls()