Lines Matching +refs:po +refs:string +refs:end
79 std::string name;
88 typedef std::map<std::string, Archive_info> Archives;
138 if (this->archives_.find(archive->name()) == this->archives_.end()) in add_archive_start()
177 p != objects->end(); in print_objects_symbol_counts()
205 p != this->archives_.end(); in print_symbol_counts()
254 for (Objects::const_iterator po = objects->begin(); in gather_cref() local
255 po != objects->end(); in gather_cref()
256 ++po) in gather_cref()
258 const Object::Symbols* symbols = (*po)->get_global_symbols(); in gather_cref()
262 ps != symbols->end(); in gather_cref()
275 && sym->object() == *po in gather_cref()
277 pc->second->insert(pc->second->begin(), *po); in gather_cref()
279 pc->second->push_back(*po); in gather_cref()
296 p != this->archives_.end(); in print_cref()
301 pc != table.end(); in print_cref()
307 Objects::const_iterator po; in print_cref() local
308 for (po = objects->begin(); po != objects->end(); ++po) in print_cref()
309 if (!(*po)->is_dynamic()) in print_cref()
311 if (po == objects->end()) in print_cref()
314 std::string s = sym->demangled_name(); in print_cref()
327 for (po = objects->begin(); po != objects->end(); ++po) in print_cref()
330 fprintf(f, "%*c%s\n", n, ' ', (*po)->name().c_str()); in print_cref()