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

Lines Matching full:indexxa

214       fb1 = VG_(indexXA)( fb1s, i );
215 fb2 = VG_(indexXA)( fb2s, i );
228 StackBlock* sb = (StackBlock*)VG_(indexXA)( sbs, i );
275 StackBlock* pR0 = VG_(indexXA)( orig, r+0 );
276 StackBlock* pR1 = VG_(indexXA)( orig, r+1 );
282 StackBlock* pW = VG_(indexXA)( orig, w );
283 StackBlock* pR = VG_(indexXA)( orig, r );
307 StackBlock* sb0 = VG_(indexXA)( orig, i+0 );
308 StackBlock* sb1 = VG_(indexXA)( orig, i+1 );
340 StackBlock* sb1 = (StackBlock*)VG_(indexXA)( orig, i );
341 StackBlock* sb2 = (StackBlock*)VG_(indexXA)( orig, i+1 );
548 Addr addr = *(Addr*)VG_(indexXA)( bases, i );
549 StackBlock* descr = (StackBlock*)VG_(indexXA)( descrs, i );
578 Addr addr = *(Addr*)VG_(indexXA)( bases, i );
1041 GlobalBlock* gb = VG_(indexXA)( gbs, i );
1443 StackBlock* blk = VG_(indexXA)( blocks, i );
1468 StackBlock* descr = VG_(indexXA)( thisInstrBlocks, i );