Searched refs:out_file (Results 1 – 1 of 1) sorted by relevance
24 def gen_syscall_nrs(out_file, base_syscall_file, syscall_NRs): argument29 … out_file.write("#define __" + arch + "_" + func + " " + str(syscall_NRs[arch][syscall]) + ";\n")56 gen_syscall_nrs(out_file=output_file,