Searched refs:func_type (Results 1 – 1 of 1) sorted by relevance
232 ret64 = need_split(func_type)284 retcode = "\t\t" + "return (%s) ret64;\n" % func_type285 elif func_type == "void":323 if func_type != "void":324 … wrap += syscall_tracer_with_return_template.format(func_type=func_type, func_name=func_name,328 wrap += syscall_tracer_void_template.format(func_type=func_type, func_name=func_name,342 def marshall_defs(func_name, func_type, args): argument353 if need_split(func_type):389 if func_type == "void":396 if need_split(func_type):[all …]
Completed in 3 milliseconds