Searched refs:name_prefix (Results 1 – 4 of 4) sorted by relevance
| /system/host/abigen/ |
| A D | header_generator.cpp | 31 for (const auto& name_prefix : name_prefixes_) { in syscall() local 32 if (name_prefix.second(sc)) in syscall() 35 auto syscall_name = name_prefix.first + sc.name; in syscall() 40 os, sc, name_prefix.first, in syscall()
|
| A D | generator.cpp | 118 void write_syscall_signature_line(ofstream& os, const Syscall& sc, string name_prefix, in write_syscall_signature_line() argument 121 auto syscall_name = name_prefix + sc.name; in write_syscall_signature_line() 157 const string& return_var, const string& name_prefix) { in write_syscall_invocation() argument 162 os << name_prefix << sc.name << "("; in write_syscall_invocation()
|
| A D | generator.h | 39 const std::string& name_prefix, in VDsoAsmGenerator() argument 42 name_prefix_(name_prefix), in VDsoAsmGenerator() 132 void write_syscall_signature_line(std::ofstream& os, const Syscall& sc, std::string name_prefix, 146 const std::string& return_var, const std::string& name_prefix);
|
| A D | kernel_wrapper_generator.cpp | 17 static void write_syscall_signature_line(ofstream& os, const Syscall& sc, string name_prefix) { in write_syscall_signature_line() argument 18 auto syscall_name = name_prefix + sc.name; in write_syscall_signature_line()
|
Completed in 5 milliseconds