Searched refs:r7_min (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/main/VEX/priv/ | ||
H A D | guest_arm_helpers.c | 1060 Int r7_min = offsetof(VexGuestARMState, guest_R7); local 1061 Int r7_max = r7_min + 4 - 1; 1063 if (maxoff < r7_min || minoff > r7_max) { |
Completed in 99 milliseconds