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