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

  /external/valgrind/VEX/pub/
libvex_guest_arm64.h 77 ULong guest_X29;
  /external/valgrind/coregrind/
pub_core_machine.h 138 # define VG_FRAME_PTR guest_X29 // FIXME: is this right?
m_machine.c 103 regs->misc.ARM64.x29 = VG_(threads)[tid].arch.vex.guest_X29;
345 (*f)(tid, "x29", vex->guest_X29);
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-arm64.c 181 case 29: VG_(transfer) (&arm->guest_X29, buf, dir, size, mod); break;
  /external/valgrind/VEX/priv/
guest_arm64_helpers.c     [all...]
guest_arm64_toIR.c 1097 #define OFFB_X29 offsetof(VexGuestARM64State,guest_X29)
    [all...]

Completed in 68 milliseconds