Home
last modified time | relevance | path

Searched refs:Mapfp (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/
H A Dio.c46 FILE *Mapfp = NULL; variable
78 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()
H A Dio.h38 extern FILE *Mapfp;
H A Dinterceptor.c122 (void) fprintf(Mapfp, "\t__abi_%s;\n", decl_GetName(dp)); in generate_interceptor()