Searched refs:Mapfp (Results 1 – 3 of 3) sorted by relevance
43 FILE *Mapfp = NULL; variable75 if ((Mapfp = fopen(mapfile_name, "w")) == NULL) { in open_code_file()78 (void) fputs("SUNWabi_1.1 {\n global:\n", Mapfp); in open_code_file()147 (void) fputs(" local:\n\t*;\n};\n", Mapfp); in commit_code_file()148 if (fclose(Mapfp) != 0) { in commit_code_file()
36 extern FILE *Mapfp;
120 (void) fprintf(Mapfp, "\t__abi_%s;\n", decl_GetName(dp)); in generate_interceptor()