Searched defs:s390_gpr2 (Results 1 - 1 of 1) sorted by last modified time

/external/strace/
H A Dsyscall.c761 static long s390_gpr2; variable
1139 if (upeek(tcp->pid, PT_GPR2, &s390_gpr2) < 0)
1142 if (s390_gpr2 != -ENOSYS) {
1146 scno = s390_gpr2;
2078 if (upeek(tcp->pid, PT_GPR2, &s390_gpr2) < 0)
2170 && (s390_gpr2 == -ENOSYS || s390_gpr2 == tcp->scno)) {
2176 s390_gpr2 = 0;
2230 if (check_errno && is_negated_errno(s390_gpr2)) {
2232 u_error = -s390_gpr2;
[all...]

Completed in 240 milliseconds