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

Lines Matching full:indexxa

2584       pair = VG_(indexXA)( post_syscall_table, i );
2607 p = VG_(indexXA)( post_syscall_table, i-1 );
2608 q = VG_(indexXA)( post_syscall_table, i-0 );
2616 pair = VG_(indexXA)( post_syscall_table, i );
3661 from VG_(indexXA)(pce->tmpMap) are invalidated. */
3679 /* VG_(indexXA) range-checks 'orig', hence no need to check
3681 ent = (TempMapEnt*)VG_(indexXA)( pce->qmpMap, (Word)orig );
3686 from VG_(indexXA) are invalid. */
3687 ent = (TempMapEnt*)VG_(indexXA)( pce->qmpMap, (Word)orig );
3708 /* VG_(indexXA) range-checks 'orig', hence no need to check
3710 ent = (TempMapEnt*)VG_(indexXA)( pce->qmpMap, (Word)orig );
3715 from VG_(indexXA) are invalid. */
3716 ent = (TempMapEnt*)VG_(indexXA)( pce->qmpMap, (Word)orig );