Home
last modified time | relevance | path

Searched refs:continue_after_syscall (Results 1 – 3 of 3) sorted by relevance

/external/ltrace/
Dbackend.h135 void continue_after_syscall(struct process *proc, int sysnum, int ret_p);
Dhandle_event.c570 continue_after_syscall(event->proc, event->e_un.sysnum, 0); in handle_syscall()
637 continue_after_syscall(event->proc, event->e_un.sysnum, 1); in handle_x_sysret()
/external/ltrace/sysdeps/linux-gnu/
Dtrace.c1130 continue_after_syscall(struct process *proc, int sysnum, int ret_p) in continue_after_syscall() function