Lines Matching refs:objects
81 Objects* objects; member
142 pai->objects = new Objects(); in add_archive_start()
145 this->current_ = this->archives_[archive->name()].objects; in add_archive_start()
174 const Objects* objects) const in print_objects_symbol_counts()
176 for (Objects::const_iterator p = objects->begin(); in print_objects_symbol_counts()
177 p != objects->end(); in print_objects_symbol_counts()
209 p->second.member_count, p->second.objects->size()); in print_symbol_counts()
210 this->print_objects_symbol_counts(symtab, f, p->second.objects); in print_symbol_counts()
248 Cref_inputs::gather_cref(const Objects* objects, Cref_table* table) const in gather_cref() argument
250 for (Objects::const_iterator po = objects->begin(); in gather_cref()
251 po != objects->end(); in gather_cref()
294 this->gather_cref(p->second.objects, &table); in print_cref()
302 const Objects* objects = pc->second; in print_cref() local
304 for (po = objects->begin(); po != objects->end(); ++po) in print_cref()
307 if (po == objects->end()) in print_cref()
323 for (po = objects->begin(); po != objects->end(); ++po) in print_cref()