Lines Matching refs:outfile
13 FILE *outfile, const char *name) in BITSFUNC()
112 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC()
118 fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n"); in BITSFUNC()
119 fprintf(outfile, "#include <linux/cache.h>\n"); in BITSFUNC()
120 fprintf(outfile, "#include <asm/vdso.h>\n"); in BITSFUNC()
121 fprintf(outfile, "\n"); in BITSFUNC()
122 fprintf(outfile, in BITSFUNC()
127 fprintf(outfile, "\n\t"); in BITSFUNC()
128 fprintf(outfile, "0x%02X, ", in BITSFUNC()
131 fprintf(outfile, "\n};\n\n"); in BITSFUNC()
133 fprintf(outfile, "const struct vdso_image %s_builtin = {\n", name); in BITSFUNC()
134 fprintf(outfile, "\t.data = raw_data,\n"); in BITSFUNC()
135 fprintf(outfile, "\t.size = %lu,\n", mapping_size); in BITSFUNC()
138 fprintf(outfile, "\t.sym_%s = %" PRIi64 ",\n", in BITSFUNC()
141 fprintf(outfile, "};\n"); in BITSFUNC()