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

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c3846 Int rbp_min = offsetof(VexGuestAMD64State, guest_RBP); local
3847 Int rbp_max = rbp_min + 8 - 1;
3861 if (maxoff < rbp_min || minoff > rbp_max) {

Completed in 130 milliseconds