Searched refs:nested_archives_ (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dimport-archive.cc71 is_thin_archive_(false), location_(location), nested_archives_()
138 Nested_archive_table nested_archives_; member in class:Archive_file
375 this->nested_archives_.find(filename);
376 if (p != this->nested_archives_.end())
393 this->nested_archives_[filename] = nfile;
/haiku-buildtools/binutils/gold/
H A Darchive.cc203 nested_archives_(), dirpath_(dirpath), num_members_(0),
277 for (Nested_archive_table::iterator p = this->nested_archives_.begin();
278 p != this->nested_archives_.end();
630 this->nested_archives_.find(*member_name);
631 if (p != this->nested_archives_.end())
647 this->nested_archives_.insert(std::make_pair(*member_name, arch));
H A Darchive.h405 Nested_archive_table nested_archives_; member in class:gold::Archive

Completed in 100 milliseconds