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