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

  /external/valgrind/main/VEX/pub/
libvex_guest_arm.h 52 UInt guest_R7;
  /external/valgrind/main/VEX/priv/
guest_arm_helpers.c 526 vex_state->guest_R7 = 0;
645 Int r7_min = offsetof(VexGuestARMState, guest_R7);
guest_arm_toIR.c 384 #define OFFB_R7 offsetof(VexGuestARMState,guest_R7)
    [all...]
  /external/valgrind/main/coregrind/
m_debugger.c 218 uregs.ARM_r7 = vex->guest_R7;
m_machine.c 96 = VG_(threads)[tid].arch.vex.guest_R7;
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 461 canonical->sysno = gst->guest_R7;
665 gst->guest_R7 = canonical->sysno;
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 340 regs->ARM_r7 = arch->vex.guest_R7;

Completed in 318 milliseconds