Home
last modified time | relevance | path

Searched refs:out_file (Results 1 – 2 of 2) sorted by relevance

/arch/mips/vdso/
Dgenvdso.c69 static FILE *out_file; variable
251 out_file = fopen(out_path, "w"); in main()
252 if (!out_file) { in main()
258 fprintf(out_file, "/* Automatically generated - do not edit */\n"); in main()
259 fprintf(out_file, "#include <linux/linkage.h>\n"); in main()
260 fprintf(out_file, "#include <linux/mm.h>\n"); in main()
261 fprintf(out_file, "#include <asm/vdso.h>\n"); in main()
262 fprintf(out_file, "static int vdso_mremap(\n"); in main()
263 fprintf(out_file, " const struct vm_special_mapping *sm,\n"); in main()
264 fprintf(out_file, " struct vm_area_struct *new_vma)\n"); in main()
[all …]
Dgenvdso.h116 fprintf(out_file, in FUNC()