Lines Matching refs:sb2
341 StackBlock* sb2 = (StackBlock*)VG_(indexXA)( orig, i+1 );342 if (sb1->spRel == sb2->spRel343 && (sb1->base >= sb2->base344 || sb1->base + sb1->szB > sb2->base)) {