Lines Matching defs:fblockinfo
267 /* fblockinfo tracks the current frame block.
278 struct fblockinfo {
327 struct fblockinfo u_fblock[CO_MAXBLOCKS];
1935 struct fblockinfo *f;
2009 compiler_unwind_fblock(struct compiler *c, struct fblockinfo *info,
2112 compiler_unwind_fblock_stack(struct compiler *c, int preserve_tos, struct fblockinfo **loop) {
2116 struct fblockinfo *top = &c->u->u_fblock[c->u->u_nfblocks-1];
2125 struct fblockinfo copy = *top;
3270 struct fblockinfo *loop = NULL;
3297 struct fblockinfo *loop = NULL;