Searched refs:get_syscall (Results 1 – 3 of 3) sorted by relevance
250 struct syscall *get_syscall(struct threadinfo *, u_int, u_int);
487 sc = get_syscall(t, t->cs.number, narg); in enter_syscall()
1062 get_syscall(struct threadinfo *t, u_int number, u_int nargs) in get_syscall() function