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

  /external/valgrind/VEX/pub/
libvex_guest_amd64.h 64 /* 56 */ ULong guest_RBP;
  /external/valgrind/coregrind/
pub_core_machine.h 130 # define VG_FRAME_PTR guest_RBP
m_machine.c 77 = VG_(threads)[tid].arch.vex.guest_RBP;
212 (*f)(tid, "RBP", vex->guest_RBP);
    [all...]
m_debugger.c 81 regs.rbp = vex->guest_RBP;
  /external/valgrind/coregrind/m_syswrap/
syswrap-amd64-darwin.c 75 mach->__rbp = vex->guest_RBP;
170 vex->guest_RBP = mach->__rbp;
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-amd64.c 170 case 6: VG_(transfer) (&amd64->guest_RBP, buf, dir, size, mod); break;
  /external/valgrind/coregrind/m_sigframe/
sigframe-amd64-linux.c 540 tst->arch.vex.guest_RBP = sc->rbp;
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 282 regs->rbp = arch->vex.guest_RBP;
  /external/valgrind/VEX/priv/
guest_amd64_helpers.c     [all...]
guest_amd64_toIR.c 384 #define OFFB_RBP offsetof(VexGuestAMD64State,guest_RBP)
    [all...]

Completed in 1325 milliseconds