Home | History | Annotate | Download | only in strace

Lines Matching defs:r3

725 	static long r3;
1229 * In the new syscall ABI, the system call number is in R3.
1498 if (upeek(tcp, 3 * 4, &r3) < 0)
1500 if (r3 != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) {
1502 fprintf(stderr, "stray syscall exit: r3 = %ld\n", r3);
1718 if (check_errno && is_negated_errno(r3)) {
1720 u_error = -r3;
1723 tcp->u_rval = r3;
2168 tcp->u_arg[5] = regs.r3;