HomeSort by relevance Sort by last modified time
    Searched refs:archives_ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
cref.cc 47 : objects_(), archives_(), current_(&this->objects_)
119 Archives archives_; member in class:gold::Cref_inputs
138 if (this->archives_.find(archive->name()) == this->archives_.end())
140 Archive_info* pai = &this->archives_[archive->name()];
145 this->current_ = this->archives_[archive->name()].objects;
204 for (Archives::const_iterator p = this->archives_.begin();
205 p != this->archives_.end();
291 for (Archives::const_iterator p = this->archives_.begin();
292 p != this->archives_.end()
    [all...]
readsyms.h 323 : archives_()
331 { this->archives_.push_back(arch); }
337 { return this->archives_.begin(); }
341 { return this->archives_.end(); }
344 Archives archives_; member in class:gold::Input_group

Completed in 161 milliseconds