Searched refs:Mapfp (Results 1 – 3 of 3) sorted by relevance
46 FILE *Mapfp = NULL; variable78 if ((Mapfp = fopen(mapfile_name, "w")) == NULL) { in open_code_file()81 (void) fputs("SUNWabi_1.1 {\n global:\n", Mapfp); in open_code_file()150 (void) fputs(" local:\n\t*;\n};\n", Mapfp); in commit_code_file()151 if (fclose(Mapfp) != 0) { in commit_code_file()
38 extern FILE *Mapfp;
122 (void) fprintf(Mapfp, "\t__abi_%s;\n", decl_GetName(dp)); in generate_interceptor()