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

Lines Matching defs:sb2

341        StackBlock* sb2 = (StackBlock*)VG_(indexXA)( orig, i+1 );
342 if (sb1->spRel == sb2->spRel
343 && (sb1->base >= sb2->base
344 || sb1->base + sb1->szB > sb2->base)) {