Searched refs:eip_min (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c2737 Int eip_min = offsetof(VexGuestX86State, guest_EIP); local
2738 Int eip_max = eip_min + 4 - 1;
2752 if (maxoff < eip_min || minoff > eip_max) {

Completed in 59 milliseconds