Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Doutput.cc2319 free_space_fill_(NULL), in Output_section()
3132 if (this->free_space_fill_ != NULL in set_final_data_size()
3133 && this->free_space_fill_->minimum_hole_size() > extra) in set_final_data_size()
3134 extra = this->free_space_fill_->minimum_hole_size(); in set_final_data_size()
3701 if (this->free_space_fill_ != NULL) in do_write()
3709 this->free_space_fill_->write(of, this->offset() + off, len); in do_write()
3714 this->free_space_fill_->write(of, this->offset() + off, in do_write()
Doutput.h3953 this->free_space_fill_ = free_space_fill; in set_free_space_fill()
4462 Output_fill* free_space_fill_; variable
DChangeLog4759 (Output_section::free_space_fill_): New data member.