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

Lines Matching refs:gbs

1085    XArray* /* of GlobalBlock */ gbs;
1087 gbs = VG_(di_get_global_blocks_from_dihandle)
1089 if (0) VG_(printf)(" GOT %ld globals\n", VG_(sizeXA)( gbs ));
1091 n = VG_(sizeXA)( gbs );
1094 GlobalBlock* gb = VG_(indexXA)( gbs, i );
1104 VG_(deleteXA)( gbs );