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

  /external/valgrind/VEX/pub/
libvex_guest_arm.h 199 VexGuestARMState;
211 void LibVEX_GuestARM_initialise ( /*OUT*/VexGuestARMState* vex_state );
216 UInt LibVEX_GuestARM_get_cpsr ( /*IN*/const VexGuestARMState* vex_state );
  /external/valgrind/include/
pub_tool_guest.h 54 typedef VexGuestARMState VexGuestArchState;
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-arm.c 186 VexGuestARMState* arm = (VexGuestARMState*) get_arch (set, tst);
290 VexGuestARMState* arm = (VexGuestARMState*)&tst->arch.vex;
  /external/valgrind/VEX/priv/
guest_arm_helpers.c 947 /*OUT*/VexGuestARMState* vex_state )
    [all...]
main_main.c 708 guest_sizeB = sizeof(VexGuestARMState);
711 offB_CMSTART = offsetof(VexGuestARMState,guest_CMSTART);
712 offB_CMLEN = offsetof(VexGuestARMState,guest_CMLEN);
713 offB_GUEST_IP = offsetof(VexGuestARMState,guest_R15T);
714 szB_GUEST_IP = sizeof( ((VexGuestARMState*)0)->guest_R15T );
715 offB_HOST_EvC_COUNTER = offsetof(VexGuestARMState,host_EvC_COUNTER);
716 offB_HOST_EvC_FAILADDR = offsetof(VexGuestARMState,host_EvC_FAILADDR);
718 vassert(0 == sizeof(VexGuestARMState) % LibVEX_GUEST_STATE_ALIGN);
719 vassert(sizeof( ((VexGuestARMState*)0)->guest_CMSTART) == 4);
720 vassert(sizeof( ((VexGuestARMState*)0)->guest_CMLEN ) == 4)
    [all...]
guest_arm_toIR.c 423 #define OFFB_R0 offsetof(VexGuestARMState,guest_R0)
424 #define OFFB_R1 offsetof(VexGuestARMState,guest_R1)
425 #define OFFB_R2 offsetof(VexGuestARMState,guest_R2)
426 #define OFFB_R3 offsetof(VexGuestARMState,guest_R3)
427 #define OFFB_R4 offsetof(VexGuestARMState,guest_R4)
428 #define OFFB_R5 offsetof(VexGuestARMState,guest_R5)
429 #define OFFB_R6 offsetof(VexGuestARMState,guest_R6)
430 #define OFFB_R7 offsetof(VexGuestARMState,guest_R7)
431 #define OFFB_R8 offsetof(VexGuestARMState,guest_R8)
432 #define OFFB_R9 offsetof(VexGuestARMState,guest_R9
    [all...]
  /external/valgrind/coregrind/m_sigframe/
sigframe-arm-linux.c 67 VexGuestARMState vex;
68 VexGuestARMState vex_shadow1;
69 VexGuestARMState vex_shadow2;
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c 512 VexGuestARMState* gst = (VexGuestARMState*)gst_vanilla;
832 VexGuestARMState* gst = (VexGuestARMState*)gst_vanilla;
    [all...]
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c     [all...]
  /external/valgrind/memcheck/
mc_machine.c     [all...]

Completed in 335 milliseconds