Home
last modified time | relevance | path

Searched refs:checkpoint_ (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doutput.cc2316 checkpoint_(NULL), in Output_section()
2331 delete this->checkpoint_; in ~Output_section()
2642 gold_assert(this->checkpoint_ == NULL); in add_merge_input_section()
2777 if (this->checkpoint_ != NULL) in convert_input_sections_to_relaxed_sections()
2781 if (this->checkpoint_->input_sections_saved()) in convert_input_sections_to_relaxed_sections()
2785 *(this->checkpoint_->input_sections()), in convert_input_sections_to_relaxed_sections()
2786 this->checkpoint_->input_sections()->size(), in convert_input_sections_to_relaxed_sections()
2791 this->checkpoint_->input_sections()); in convert_input_sections_to_relaxed_sections()
2797 limit = this->checkpoint_->input_sections_size(); in convert_input_sections_to_relaxed_sections()
3555 if (this->checkpoint_ != NULL in sort_attached_input_sections()
[all …]
Doutput.h3268 if (this->checkpoint_ != NULL) in checkpoint_set_addralign()
3269 this->checkpoint_->set_addralign(val); in checkpoint_set_addralign()
4455 Checkpoint_output_section* checkpoint_; variable
DChangeLog12711 (Output_section::Output_section): Initialize data member checkpoint_.
12713 by checkpoint_.
12787 (Output_section::checkpoint_): New data member.