Searched refs:syscall_mode (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Dsyscall.c713 static long syscall_mode; variable
759 if (upeek(tcp, PT_GPR2, &syscall_mode) < 0)
762 if (syscall_mode != -ENOSYS) {
766 scno = syscall_mode;
1437 if (syscall_mode != -ENOSYS)
1438 syscall_mode = tcp->scno;
1439 if (gpr2 != syscall_mode && !(tcp->flags & TCB_INSYSCALL)) {

Completed in 174 milliseconds