Home | History | Annotate | Download | only in priv

Lines Matching refs:VexGuestARMState

947                                  /*OUT*/VexGuestARMState* vex_state )
963 UInt LibVEX_GuestARM_get_cpsr ( /*IN*/const VexGuestARMState* vex_state )
1001 void LibVEX_GuestARM_initialise ( /*OUT*/VexGuestARMState* vex_state )
1104 Int sp_min = offsetof(VexGuestARMState, guest_R13);
1106 Int pc_min = offsetof(VexGuestARMState, guest_R15T);
1125 Int r11_min = offsetof(VexGuestARMState, guest_R11);
1136 Int r7_min = offsetof(VexGuestARMState, guest_R7);
1151 { offsetof(VexGuestARMState, field), \
1152 (sizeof ((VexGuestARMState*)0)->field) }
1158 .total_sizeB = sizeof(VexGuestARMState),
1161 .offset_SP = offsetof(VexGuestARMState,guest_R13),
1165 .offset_IP = offsetof(VexGuestARMState,guest_R15T),