Lines Matching refs:fp_out
124 FILE *fp_out; variable
155 fprintf(fp_out, "%s", str); in PutString()
160 fprintf(fp_out, "0x%08lx", address); in PutAddress()
165 fprintf(fp_out, "%ld", num); in PutNumber()
604 fprintf(fp_out, "AFTER(%s", t->name); in PutSectionAddress()
607 fprintf(fp_out, ",%s", t->name); in PutSectionAddress()
609 fprintf(fp_out, ")"); in PutSectionAddress()
1010 fprintf(fp_out, "%c", Overlay->compressSpec); in PutOverlayCompress()
1634 if (NULL == (fp_out = fopen(filename, "wb"))) in CreateLcfFile()
1640 fclose(fp_out); in CreateLcfFile()
1645 fp_out = stdout; in CreateLcfFile()