Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dio.c43 FILE *Mapfp = NULL; variable
75 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()
H A Dio.h36 extern FILE *Mapfp;
H A Dinterceptor.c120 (void) fprintf(Mapfp, "\t__abi_%s;\n", decl_GetName(dp)); in generate_interceptor()