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

  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h 183 /*IN*/ Int szB_GUEST_IP
main_main.c 217 Int offB_TISTART, offB_TILEN, offB_GUEST_IP, szB_GUEST_IP;
246 szB_GUEST_IP = 0;
442 szB_GUEST_IP = sizeof( ((VexGuestX86State*)0)->guest_EIP );
462 szB_GUEST_IP = sizeof( ((VexGuestAMD64State*)0)->guest_RIP );
482 szB_GUEST_IP = sizeof( ((VexGuestPPC32State*)0)->guest_CIA );
502 szB_GUEST_IP = sizeof( ((VexGuestPPC64State*)0)->guest_CIA );
523 szB_GUEST_IP = sizeof( ((VexGuestS390XState*)0)->guest_IA);
543 szB_GUEST_IP = sizeof( ((VexGuestARMState*)0)->guest_R15T );
563 szB_GUEST_IP = sizeof( ((VexGuestMIPS32State*)0)->guest_PC );
617 szB_GUEST_IP );
    [all...]
guest_generic_bb_to_IR.c 199 /*IN*/ Int szB_GUEST_IP
229 vassert(szB_GUEST_IP == 4);
232 vassert(szB_GUEST_IP == 8);
    [all...]

Completed in 40 milliseconds