Searched refs:recorder_ (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dplugin.h155 recorder_(NULL)
327 { return this->recorder_; }
428 Plugin_recorder* recorder_; member in class:gold::Plugin_manager
H A Dplugin.cc714 delete this->recorder_;
726 this->recorder_ = new Plugin_recorder();
727 this->recorder_->init();
771 if (this->recorder_ != NULL)
776 this->recorder_->claimed_file(objname,
799 if (this->recorder_ != NULL)
800 this->recorder_->unclaimed_file(input_file->filename(), offset, filesize);
1185 if (this->recorder_ != NULL)
1186 this->recorder_->replacement_file(pathname, is_lib);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dplugin.h155 recorder_(NULL)
327 { return this->recorder_; }
428 Plugin_recorder* recorder_; member in class:gold::Plugin_manager
H A Dplugin.cc714 delete this->recorder_;
726 this->recorder_ = new Plugin_recorder();
727 this->recorder_->init();
771 if (this->recorder_ != NULL)
776 this->recorder_->claimed_file(objname,
799 if (this->recorder_ != NULL)
800 this->recorder_->unclaimed_file(input_file->filename(), offset, filesize);
1185 if (this->recorder_ != NULL)
1186 this->recorder_->replacement_file(pathname, is_lib);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dplugin.h155 recorder_(NULL)
327 { return this->recorder_; }
428 Plugin_recorder* recorder_; member in class:gold::Plugin_manager
H A Dplugin.cc714 delete this->recorder_;
726 this->recorder_ = new Plugin_recorder();
727 this->recorder_->init();
771 if (this->recorder_ != NULL)
776 this->recorder_->claimed_file(objname,
799 if (this->recorder_ != NULL)
800 this->recorder_->unclaimed_file(input_file->filename(), offset, filesize);
1185 if (this->recorder_ != NULL)
1186 this->recorder_->replacement_file(pathname, is_lib);

Completed in 215 milliseconds