Home
last modified time | relevance | path

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

/external/strace/linux/sh64/
Dget_error.c1 if (check_errno && is_negated_errno(sh64_r9)) {
3 tcp->u_error = -sh64_r9;
5 tcp->u_rval = sh64_r9;
Darch_regs.c1 static long sh64_r9; variable
Dget_syscall_result.c2 if (upeek(tcp->pid, REG_GENERAL(9), (long *)&sh64_r9) < 0)