Lines Matching refs:outfile
10 FILE *outfile, const char *image_name)
137 fwrite(stripped_addr, stripped_len, 1, outfile);
143 fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n");
144 fprintf(outfile, "#include <linux/linkage.h>\n");
145 fprintf(outfile, "#include <asm/page_types.h>\n");
146 fprintf(outfile, "#include <asm/vdso.h>\n");
147 fprintf(outfile, "\n");
148 fprintf(outfile,
153 fprintf(outfile, "\n\t");
154 fprintf(outfile, "0x%02X, ",
157 fprintf(outfile, "\n};\n\n");
159 fprintf(outfile, "const struct vdso_image %s = {\n", image_name);
160 fprintf(outfile, "\t.data = raw_data,\n");
161 fprintf(outfile, "\t.size = %lu,\n", mapping_size);
163 fprintf(outfile, "\t.alt = %lu,\n",
165 fprintf(outfile, "\t.alt_len = %lu,\n",
170 fprintf(outfile, "\t.sym_%s = %" PRIi64 ",\n",
173 fprintf(outfile, "};\n");