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

  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 147 UInt guest_EBX;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 69 mach->__ebx = vex->guest_EBX;
125 vex->guest_EBX = mach->__ebx;
302 vex->guest_EBX = kport;
456 vex->guest_EBX = kport;
syswrap-main.c 408 canonical->arg1 = gst->guest_EBX;
607 gst->guest_EBX = canonical->arg1;
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-x86.c 135 case 3: VG_(transfer) (&x86->guest_EBX, buf, dir, size, mod); break;
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 236 #define OFFB_EBX offsetof(VexGuestX86State,guest_EBX)
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 657 tst->arch.vex.guest_EBX = sc->ebx;
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 256 regs->ebx = arch->vex.guest_EBX;
  /external/valgrind/main/coregrind/
m_debugger.c 61 regs.ebx = vex->guest_EBX;
m_machine.c 195 (*f)(vex->guest_EBX);
    [all...]

Completed in 282 milliseconds