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

  /external/valgrind/main/VEX/pub/
libvex_guest_arm.h 199 VexGuestARMState;
211 void LibVEX_GuestARM_initialise ( /*OUT*/VexGuestARMState* vex_state );
216 UInt LibVEX_GuestARM_get_cpsr ( /*IN*/VexGuestARMState* vex_state );
  /external/valgrind/main/VEX/priv/
guest_arm_helpers.c 463 /*OUT*/VexGuestARMState* vex_state )
479 UInt LibVEX_GuestARM_get_cpsr ( /*IN*/VexGuestARMState* vex_state )
517 void LibVEX_GuestARM_initialise ( /*OUT*/VexGuestARMState* vex_state )
615 Int sp_min = offsetof(VexGuestARMState, guest_R13);
617 Int pc_min = offsetof(VexGuestARMState, guest_R15T);
634 Int r11_min = offsetof(VexGuestARMState, guest_R11);
645 Int r7_min = offsetof(VexGuestARMState, guest_R7);
660 { offsetof(VexGuestARMState, field), \
661 (sizeof ((VexGuestARMState*)0)->field) }
667 .total_sizeB = sizeof(VexGuestARMState),
    [all...]
main_main.c 414 guest_sizeB = sizeof(VexGuestARMState);
417 offB_TISTART = offsetof(VexGuestARMState,guest_TISTART);
418 offB_TILEN = offsetof(VexGuestARMState,guest_TILEN);
420 vassert(0 == sizeof(VexGuestARMState) % 16);
421 vassert(sizeof( ((VexGuestARMState*)0)->guest_TISTART) == 4);
422 vassert(sizeof( ((VexGuestARMState*)0)->guest_TILEN ) == 4);
423 vassert(sizeof( ((VexGuestARMState*)0)->guest_NRADDR ) == 4);
    [all...]
guest_arm_toIR.c 377 #define OFFB_R0 offsetof(VexGuestARMState,guest_R0)
378 #define OFFB_R1 offsetof(VexGuestARMState,guest_R1)
379 #define OFFB_R2 offsetof(VexGuestARMState,guest_R2)
380 #define OFFB_R3 offsetof(VexGuestARMState,guest_R3)
381 #define OFFB_R4 offsetof(VexGuestARMState,guest_R4)
382 #define OFFB_R5 offsetof(VexGuestARMState,guest_R5)
383 #define OFFB_R6 offsetof(VexGuestARMState,guest_R6)
384 #define OFFB_R7 offsetof(VexGuestARMState,guest_R7)
385 #define OFFB_R8 offsetof(VexGuestARMState,guest_R8)
386 #define OFFB_R9 offsetof(VexGuestARMState,guest_R9
    [all...]
  /external/valgrind/main/coregrind/
pub_core_threadstate.h 87 typedef VexGuestARMState VexGuestArchState;
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-arm-linux.c 58 VexGuestARMState vex_shadow1;
59 VexGuestARMState vex_shadow2;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 460 VexGuestARMState* gst = (VexGuestARMState*)gst_vanilla;
664 VexGuestARMState* gst = (VexGuestARMState*)gst_vanilla;
765 VexGuestARMState* gst = (VexGuestARMState*)gst_vanilla;
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 70 # define MC_SIZEOF_GUEST_STATE sizeof(VexGuestARMState)
690 (offsetof(VexGuestARMState,guest_##_fieldname))
692 (sizeof(((VexGuestARMState*)0)->guest_##_fieldname))
    [all...]
  /external/valgrind/main/exp-ptrcheck/
h_main.c     [all...]

Completed in 747 milliseconds