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