Lines Matching refs:fp_out
54 FILE *fp_out; variable
95 fprintf(fp_out, "%s", str); in PutString()
100 fprintf(fp_out, "0x%08lx", address); in PutAddress()
105 fprintf(fp_out, "%ld", num); in PutNumber()
520 fprintf(fp_out, "AFTER(%s", t->name); in PutSectionAddress()
523 fprintf(fp_out, ",%s", t->name); in PutSectionAddress()
525 fprintf(fp_out, ")"); in PutSectionAddress()
772 fprintf(fp_out, "%c", Overlay->compressSpec); in PutOverlayCompress()
1012 fprintf(fp_out, "%c", Ltdoverlay->compressSpec); in PutLtdoverlayCompress()
1444 if (NULL == (fp_out = fopen(filename, "wb"))) in CreateLcfFile()
1450 fclose(fp_out); in CreateLcfFile()
1455 fp_out = stdout; in CreateLcfFile()