Searched defs:cia_min (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_ppc_helpers.c707 Int cia_min = offsetof(VexGuestPPC32State, guest_CIA); local
708 Int cia_max = cia_min + 4 - 1;
722 if (maxoff < cia_min || minoff > cia_max) {
744 Int cia_min = offsetof(VexGuestPPC64State, guest_CIA); local
745 Int cia_max = cia_min + 8 - 1;
765 if (maxoff < cia_min || minoff > cia_max) {

Completed in 55 milliseconds