Searched refs:BcVm (Results 1 – 5 of 5) sorted by relevance
321 typedef struct BcVm { struct423 } BcVm; argument472 extern BcVm vm;
67 BcVm vm;
158 memset(&vm, 0, sizeof(BcVm)); in bcl_free()
338 Second, the BcVm global variable was put into `bss`. This actually slightly894 5. `BcGlobals` was refactored into `BcVm` and `BcVm` was made global. Some
48 #define BC_VM ((BcVm*) TT.vm)608 typedef struct BcVm { struct611 } BcVm; argument5831 TT.vm = xzalloc(sizeof(BcVm)); in bc_main()