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

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.cc2351 free_space_fill_(NULL),
3155 if (this->free_space_fill_ != NULL
3156 && this->free_space_fill_->minimum_hole_size() > extra)
3157 extra = this->free_space_fill_->minimum_hole_size();
3728 if (this->free_space_fill_ != NULL)
3736 this->free_space_fill_->write(of, this->offset() + off, len);
3741 this->free_space_fill_->write(of, this->offset() + off,
H A Doutput.h4086 this->free_space_fill_ = free_space_fill;
4605 Output_fill* free_space_fill_; member in class:gold::Output_section
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.cc2397 free_space_fill_(NULL),
3201 if (this->free_space_fill_ != NULL
3202 && this->free_space_fill_->minimum_hole_size() > extra)
3203 extra = this->free_space_fill_->minimum_hole_size();
3774 if (this->free_space_fill_ != NULL)
3782 this->free_space_fill_->write(of, this->offset() + off, len);
3787 this->free_space_fill_->write(of, this->offset() + off,
H A Doutput.h4114 this->free_space_fill_ = free_space_fill;
4633 Output_fill* free_space_fill_; member in class:gold::Output_section
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc2351 free_space_fill_(NULL),
3155 if (this->free_space_fill_ != NULL
3156 && this->free_space_fill_->minimum_hole_size() > extra)
3157 extra = this->free_space_fill_->minimum_hole_size();
3728 if (this->free_space_fill_ != NULL)
3736 this->free_space_fill_->write(of, this->offset() + off, len);
3741 this->free_space_fill_->write(of, this->offset() + off,
H A Doutput.h4086 this->free_space_fill_ = free_space_fill;
4605 Output_fill* free_space_fill_; member in class:gold::Output_section

Completed in 299 milliseconds