Home | History | Annotate | Download | only in coff

Lines Matching refs:bigbuf

719     /*@null@*/ /*@only@*/ unsigned char *bigbuf;
725 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info,
730 if (bigbuf)
731 yasm_xfree(bigbuf);
751 /* Output buf (or bigbuf if non-NULL) to file */
752 fwrite(bigbuf ? bigbuf : info->buf, (size_t)size, 1, info->f);
755 /* If bigbuf was allocated, free it */
756 if (bigbuf)
757 yasm_xfree(bigbuf);