Searched refs:write_syscall_signature_line (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/host/abigen/
H A Dkernel_wrapper_generator.cpp17 static void write_syscall_signature_line(ofstream& os, const Syscall& sc, string name_prefix) { function
43 write_syscall_signature_line(os, sc, wrapper_prefix_);
H A Dheader_generator.cpp39 write_syscall_signature_line(
H A Dvdso_wrapper_generator.cpp32 write_syscall_signature_line(os, sc, wrapper_prefix_, "", " ", false, "");
H A Dgenerator.cpp118 void write_syscall_signature_line(ofstream& os, const Syscall& sc, string name_prefix, function
H A Dgenerator.h132 void write_syscall_signature_line(std::ofstream& os, const Syscall& sc, std::string name_prefix,

Completed in 83 milliseconds