HomeSort by relevance Sort by last modified time
    Searched refs:gpr_offset (Results 1 - 2 of 2) 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/valgrind/VEX/priv/
guest_s390_toIR.c 1035 gpr_offset(UInt archreg) function
1066 return gpr_offset(archreg) + 0;
1089 return gpr_offset(archreg) + 0;
1112 return gpr_offset(archreg) + 2;
1135 return gpr_offset(archreg) + 6;
1158 return gpr_offset(archreg) + 3;
1181 return gpr_offset(archreg) + 0;
1204 return gpr_offset(archreg) + 4;
    [all...]

Completed in 116 milliseconds