Lines Matching refs:cout
23 using std::cout;
117 display_usage(argv[0], cout);
123 abigail::tools_utils::emit_prefix(argv[0], cout)
137 cout << "could not find symbol '"
141 cout << opts.elf_path << "'\n";
143 cout << basename(opts.elf_path);
148 cout << "found symbol '" << n << "'";
150 cout << " (" << sym->get_name() << ")";
151 cout << ", an instance of "
156 cout << ", of version";
158 cout << "s";
159 cout << " ";
165 cout << ", ";
166 cout << "'" << (*i)->get_version().str() << "'";
169 cout << '\n';