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

/external/ltrace/sysdeps/linux-gnu/s390/
H A Dtrace.c72 int gpr_offset[16] = { PT_GPR0, PT_GPR1, PT_ORIGGPR2, PT_GPR3, local
134 gpr_offset[offset_reg], 0);
139 gpr_offset[offset_reg], 0);
154 gpr_offset[offset_reg], 0);
/external/strace/
H A Dsyscall.c1154 static const int gpr_offset[16] = { local
1194 if (offset_reg && (upeek(tcp->pid, gpr_offset[offset_reg], &tmp) < 0))
1200 if (offset_reg && (upeek(tcp->pid, gpr_offset[offset_reg], &tmp) < 0))
1214 if (offset_reg && (upeek(tcp->pid, gpr_offset[offset_reg], &tmp) < 0))
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c1028 gpr_offset(UInt archreg) function
1059 return gpr_offset(archreg) + 0;
1082 return gpr_offset(archreg) + 0;
1105 return gpr_offset(archreg) + 2;
1128 return gpr_offset(archreg) + 6;
1151 return gpr_offset(archreg) + 3;
1174 return gpr_offset(archreg) + 0;
1197 return gpr_offset(archreg) + 4;
1220 return gpr_offset(archreg) + 6;
1243 return gpr_offset(archre
[all...]

Completed in 165 milliseconds