HomeSort by relevance Sort by last modified time
    Searched refs:gpr_offset (Results 1 - 3 of 3) sorted by null

  /external/ltrace/sysdeps/linux-gnu/s390/
trace.c 72 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/
syscall.c 1154 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))
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 1028 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;
    [all...]

Completed in 185 milliseconds