Home
last modified time | relevance | path

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

/bionic/libc/tools/
Dgenfunctosyscallnrs.py24 def gen_syscall_nrs(out_file, base_syscall_file, syscall_NRs): argument
29out_file.write("#define __" + arch + "_" + func + " " + str(syscall_NRs[arch][syscall]) + ";\n")
56 gen_syscall_nrs(out_file=output_file,