Lines Matching refs:fprintf
144 fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n"); in BITSFUNC()
145 fprintf(outfile, "#include <linux/linkage.h>\n"); in BITSFUNC()
146 fprintf(outfile, "#include <asm/page_types.h>\n"); in BITSFUNC()
147 fprintf(outfile, "#include <asm/vdso.h>\n"); in BITSFUNC()
148 fprintf(outfile, "\n"); in BITSFUNC()
149 fprintf(outfile, in BITSFUNC()
154 fprintf(outfile, "\n\t"); in BITSFUNC()
155 fprintf(outfile, "0x%02X, ", in BITSFUNC()
158 fprintf(outfile, "\n};\n\n"); in BITSFUNC()
160 fprintf(outfile, "const struct vdso_image %s = {\n", name); in BITSFUNC()
161 fprintf(outfile, "\t.data = raw_data,\n"); in BITSFUNC()
162 fprintf(outfile, "\t.size = %lu,\n", mapping_size); in BITSFUNC()
164 fprintf(outfile, "\t.alt = %lu,\n", in BITSFUNC()
166 fprintf(outfile, "\t.alt_len = %lu,\n", in BITSFUNC()
171 fprintf(outfile, "\t.sym_%s = %" PRIi64 ",\n", in BITSFUNC()
174 fprintf(outfile, "};\n"); in BITSFUNC()