Searched refs:guest_RBP (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_amd64.h60 /* 40 */ ULong guest_RBP; member in struct:__anon12037
/external/valgrind/main/coregrind/
H A Dpub_core_machine.h89 # define VG_FRAME_PTR guest_RBP
H A Dm_machine.c77 = VG_(threads)[tid].arch.vex.guest_RBP;
208 (*f)(vex->guest_RBP);
H A Dm_debugger.c81 regs.rbp = vex->guest_RBP;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-amd64-darwin.c76 mach->__rbp = vex->guest_RBP;
139 vex->guest_RBP = mach->__rbp;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low-amd64.c153 case 6: VG_(transfer) (&amd64->guest_RBP, buf, dir, size, mod); break;
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-amd64-linux.c574 tst->arch.vex.guest_RBP = sc->rbp;
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c2939 vex_state->guest_RBP = 0;
3019 Int rbp_min = offsetof(VexGuestAMD64State, guest_RBP);
3063 .offset_FP = offsetof(VexGuestAMD64State,guest_RBP),
H A Dguest_amd64_toIR.c389 #define OFFB_RBP offsetof(VexGuestAMD64State,guest_RBP)
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c281 regs->rbp = arch->vex.guest_RBP;

Completed in 353 milliseconds