Lines Matching refs:mapfp
584 FILE *mapfp; in xlator_endlib() local
599 mapfp = fopen(OutputFile, "w"); in xlator_endlib()
600 if (mapfp == NULL) { in xlator_endlib()
606 writemapfile(mapfp); in xlator_endlib()
607 (void) fclose(mapfp); in xlator_endlib()
853 writemapfile(FILE *mapfp) in writemapfile() argument
872 (void) fprintf(mapfp, "%s {\n", b->b_name); in writemapfile()
877 (void) fprintf(mapfp, " global:\n"); in writemapfile()
889 (void) fprintf(mapfp, in writemapfile()
893 (void) fprintf(mapfp, in writemapfile()
901 (void) fprintf(mapfp, "\t%s;\n", in writemapfile()
909 (void) fprintf(mapfp, in writemapfile()
913 (void) fprintf(mapfp, "\t%s;\n", in writemapfile()
920 (void) fprintf(mapfp, in writemapfile()
923 (void) fprintf(mapfp, "}"); in writemapfile()
928 (void) fprintf(mapfp, " %s", *p); in writemapfile()
932 (void) fprintf(mapfp, " %s", in writemapfile()
937 (void) fprintf(mapfp, ";\n\n"); in writemapfile()