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