Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/gold/
H A Doutput.cc2398 patch_space_(0), in Output_section()
3205 this->patch_space_ = new_size - data_size; in set_final_data_size()
3209 static_cast<long>(this->patch_space_), in set_final_data_size()
3235 if (this->patch_space_ > 0) in do_reset_address_and_file_offset()
3238 - this->patch_space_); in do_reset_address_and_file_offset()
3239 this->patch_space_ = 0; in do_reset_address_and_file_offset()
3784 if (this->patch_space_ > 0) in do_write()
3786 off_t off = this->current_data_size_for_child() - this->patch_space_; in do_write()
3788 this->patch_space_); in do_write()
H A Doutput.h4635 off_t patch_space_; variable
/dflybsd-src/contrib/binutils-2.27/gold/
H A Doutput.cc2386 patch_space_(0) in Output_section()
3191 this->patch_space_ = new_size - data_size; in set_final_data_size()
3195 static_cast<long>(this->patch_space_), in set_final_data_size()
3221 if (this->patch_space_ > 0) in do_reset_address_and_file_offset()
3224 - this->patch_space_); in do_reset_address_and_file_offset()
3225 this->patch_space_ = 0; in do_reset_address_and_file_offset()
3766 if (this->patch_space_ > 0) in do_write()
3768 off_t off = this->current_data_size_for_child() - this->patch_space_; in do_write()
3770 this->patch_space_); in do_write()
H A Doutput.h4625 off_t patch_space_; variable