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

/external/strace/
H A Dsyscall.c774 int gpr_offset[16] = {PT_GPR0, PT_GPR1, PT_ORIGGPR2, PT_GPR3, local
813 if (offset_reg && (upeek(tcp, gpr_offset[offset_reg], &tmp) < 0))
819 if (offset_reg && (upeek(tcp, gpr_offset[offset_reg], &tmp) < 0))
833 if (offset_reg && (upeek(tcp, gpr_offset[offset_reg], &tmp) < 0))
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c914 gpr_offset(UInt archreg) function
945 return gpr_offset(archreg) + 0;
968 return gpr_offset(archreg) + 0;
991 return gpr_offset(archreg) + 2;
1014 return gpr_offset(archreg) + 6;
1037 return gpr_offset(archreg) + 3;
1060 return gpr_offset(archreg) + 0;
1083 return gpr_offset(archreg) + 4;
1106 return gpr_offset(archreg) + 6;
1129 return gpr_offset(archre
[all...]

Completed in 89 milliseconds