Home
last modified time | relevance | path

Searched refs:free_space_fill_ (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Doutput.cc2397 free_space_fill_(NULL), in Output_section()
3201 if (this->free_space_fill_ != NULL in set_final_data_size()
3202 && this->free_space_fill_->minimum_hole_size() > extra) in set_final_data_size()
3203 extra = this->free_space_fill_->minimum_hole_size(); in set_final_data_size()
3774 if (this->free_space_fill_ != NULL) in do_write()
3782 this->free_space_fill_->write(of, this->offset() + off, len); in do_write()
3787 this->free_space_fill_->write(of, this->offset() + off, in do_write()
H A Doutput.h4114 this->free_space_fill_ = free_space_fill; in set_free_space_fill()
4633 Output_fill* free_space_fill_; variable
/dragonfly/contrib/binutils-2.27/gold/
H A Doutput.cc2385 free_space_fill_(NULL), in Output_section()
3187 if (this->free_space_fill_ != NULL in set_final_data_size()
3188 && this->free_space_fill_->minimum_hole_size() > extra) in set_final_data_size()
3189 extra = this->free_space_fill_->minimum_hole_size(); in set_final_data_size()
3756 if (this->free_space_fill_ != NULL) in do_write()
3764 this->free_space_fill_->write(of, this->offset() + off, len); in do_write()
3769 this->free_space_fill_->write(of, this->offset() + off, in do_write()
H A Doutput.h4114 this->free_space_fill_ = free_space_fill; in set_free_space_fill()
4623 Output_fill* free_space_fill_; variable