Home | History | Annotate | Download | only in exp-ptrcheck

Lines Matching defs:mhi

2894       Addr mhi;
2903 mhi = m;
2905 mhi = m+sz-1;
2908 if (0) VG_(printf)("calling seg_ci %p %#lx %#lx\n", curr,m,mhi);
2909 is_ok = curr->addr <= m && mhi < curr->addr + curr->szB;