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

  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 149 UInt guest_EBP;
  /external/valgrind/main/coregrind/
pub_core_machine.h 85 # define VG_FRAME_PTR guest_EBP
m_machine.c 72 = VG_(threads)[tid].arch.vex.guest_EBP;
199 (*f)(vex->guest_EBP);
    [all...]
m_debugger.c 66 regs.ebp = vex->guest_EBP;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 74 mach->__ebp = vex->guest_EBP;
130 vex->guest_EBP = mach->__ebp;
syswrap-main.c 413 canonical->arg6 = gst->guest_EBP;
612 gst->guest_EBP = canonical->arg6;
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-x86.c 137 case 5: VG_(transfer) (&x86->guest_EBP, buf, dir, size, mod); break;
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 658 tst->arch.vex.guest_EBP = sc->ebp;
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 240 #define OFFB_EBP offsetof(VexGuestX86State,guest_EBP)
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 261 regs->ebp = arch->vex.guest_EBP;

Completed in 427 milliseconds