Home | History | Annotate | Download | only in macho

Lines Matching refs:REGULAR_OUTBUF_SIZE

233 #define REGULAR_OUTBUF_SIZE     1024
583 unsigned long size = REGULAR_OUTBUF_SIZE;
605 memset(info->buf, 0, REGULAR_OUTBUF_SIZE);
607 while (left > REGULAR_OUTBUF_SIZE) {
608 fwrite(info->buf, REGULAR_OUTBUF_SIZE, 1, info->f);
609 left -= REGULAR_OUTBUF_SIZE;
1051 info.buf = yasm_xmalloc(REGULAR_OUTBUF_SIZE);