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

  /external/valgrind/VEX/priv/
main_main.c 352 Int i, j, k, out_used, guest_sizeB;
601 guest_sizeB = sizeof(VexGuestX86State);
622 guest_sizeB = sizeof(VexGuestAMD64State);
643 guest_sizeB = sizeof(VexGuestPPC32State);
664 guest_sizeB = sizeof(VexGuestPPC64State);
687 guest_sizeB = sizeof(VexGuestS390XState);
708 guest_sizeB = sizeof(VexGuestARMState);
729 guest_sizeB = sizeof(VexGuestARM64State);
750 guest_sizeB = sizeof(VexGuestMIPS32State);
    [all...]
host_generic_regs.h 471 Int guest_sizeB,
host_generic_reg_alloc2.c 385 Int guest_sizeB,
450 vassert(0 == (guest_sizeB % LibVEX_GUEST_STATE_ALIGN));
    [all...]

Completed in 1119 milliseconds