Searched refs:fp_out (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.5/build/tools/defval/ |
| D | defval.c | 134 FILE *fp_out; in defval() local 143 if (NULL == (fp_in = Fopen(file_in, "rb")) || NULL == (fp_out = Fopen(file_out, "wb"))) in defval() 157 if (!puts_modified_dvalue(fp_out, buffer)) in defval() 168 Fclose(fp_out); in defval()
|
| /TwlSDK-5.5/build/tools/makelcf.TWL/ |
| D | createlcf.c | 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() [all …]
|
| /TwlSDK-5.5/build/tools/makelcf/ |
| D | createlcf.c | 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() [all …]
|