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

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.cc2348 checkpoint_(NULL),
2364 delete this->checkpoint_;
2680 gold_assert(this->checkpoint_ == NULL);
2812 if (this->checkpoint_ != NULL)
2816 if (this->checkpoint_->input_sections_saved())
2820 *(this->checkpoint_->input_sections()),
2821 this->checkpoint_->input_sections()->size(),
2826 this->checkpoint_->input_sections());
2832 limit = this->checkpoint_->input_sections_size();
3582 if (this->checkpoint_ !
[all...]
H A Doutput.h3406 if (this->checkpoint_ != NULL)
3407 this->checkpoint_->set_addralign(val);
4598 Checkpoint_output_section* checkpoint_; member in class:gold::Output_section
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.cc2394 checkpoint_(NULL),
2410 delete this->checkpoint_;
2726 gold_assert(this->checkpoint_ == NULL);
2858 if (this->checkpoint_ != NULL)
2862 if (this->checkpoint_->input_sections_saved())
2866 *(this->checkpoint_->input_sections()),
2867 this->checkpoint_->input_sections()->size(),
2872 this->checkpoint_->input_sections());
2878 limit = this->checkpoint_->input_sections_size();
3628 if (this->checkpoint_ !
[all...]
H A Doutput.h3434 if (this->checkpoint_ != NULL)
3435 this->checkpoint_->set_addralign(val);
4626 Checkpoint_output_section* checkpoint_; member in class:gold::Output_section
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc2348 checkpoint_(NULL),
2364 delete this->checkpoint_;
2680 gold_assert(this->checkpoint_ == NULL);
2812 if (this->checkpoint_ != NULL)
2816 if (this->checkpoint_->input_sections_saved())
2820 *(this->checkpoint_->input_sections()),
2821 this->checkpoint_->input_sections()->size(),
2826 this->checkpoint_->input_sections());
2832 limit = this->checkpoint_->input_sections_size();
3582 if (this->checkpoint_ !
[all...]
H A Doutput.h3406 if (this->checkpoint_ != NULL)
3407 this->checkpoint_->set_addralign(val);
4598 Checkpoint_output_section* checkpoint_; member in class:gold::Output_section

Completed in 285 milliseconds