Home | History | Annotate | Download | only in gold

Lines Matching full:archive_

452     : archive_(archive), off_(off)
466 if (this->off_ == this->archive_->file().filesize())
469 if (!this->archive_->is_thin_archive())
498 Archive* archive_;
510 off_t filesize = this->archive_->file().filesize();
518 this->archive_->filename().c_str(),
527 this->archive_->file().read(this->off_, sizeof(Archive_header), buf);
530 off_t size = this->archive_->interpret_header(hdr, this->off_,
1095 tl->add(this, this->archive_->token());
1107 incremental_inputs->report_archive_begin(this->archive_, arg_serial,
1111 bool added = this->archive_->add_symbols(this->symtab_, this->layout_,
1114 this->archive_->unlock_nested_archives();
1116 this->archive_->release();
1117 this->archive_->clear_uncached_views();
1124 this->archive_->input_file());
1129 delete this->archive_;
1134 this->input_group_->add_archive(this->archive_);
1139 incremental_inputs->report_archive_end(this->archive_);
1142 || this->archive_
1145 delete this->archive_;
1150 parameters->options().plugins()->save_archive(this->archive_);
1153 this->archive_ = NULL;