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

Lines Matching refs:gbs

1091    XArray* /* of GlobalBlock */ gbs;
1093 gbs = VG_(di_get_global_blocks_from_dihandle)
1095 if (0) VG_(printf)(" GOT %ld globals\n", VG_(sizeXA)( gbs ));
1097 n = VG_(sizeXA)( gbs );
1100 GlobalBlock* gb = VG_(indexXA)( gbs, i );
1110 VG_(deleteXA)( gbs );