Searched refs:gbs (Results 1 – 2 of 2) sorted by relevance
20 inline void gbs(IB *input, unsigned char *buf, int count);
1091 XArray* /* of GlobalBlock */ gbs; in acquire_globals() local1093 gbs = VG_(di_get_global_blocks_from_dihandle) in acquire_globals()1095 if (0) VG_(printf)(" GOT %ld globals\n", VG_(sizeXA)( gbs )); in acquire_globals()1097 n = VG_(sizeXA)( gbs ); in acquire_globals()1100 GlobalBlock* gb = VG_(indexXA)( gbs, i ); in acquire_globals()1110 VG_(deleteXA)( gbs ); in acquire_globals()