out_txt            71 tools/makeexport.c int process_file(const char *name, FILE *out_txt)
out_txt           121 tools/makeexport.c             fprintf(out_txt,"%08x %s\n",hash_val,symbol);
out_txt           152 tools/makeexport.c 	FILE* out_txt = fopen(argv[2],"wb");
out_txt           160 tools/makeexport.c 	if (!out_txt)
out_txt           186 tools/makeexport.c 	if (!process_file(argv[4], out_txt)) exit(-1);  // CHDK exports
out_txt           187 tools/makeexport.c     if (!process_file(argv[5], out_txt)) exit(-1);  // GCC library exports
out_txt           221 tools/makeexport.c 	fclose(out_txt);