Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Doutput.cc2320 patch_space_(0) in Output_section()
3136 this->patch_space_ = new_size - data_size; in set_final_data_size()
3140 static_cast<long>(this->patch_space_), in set_final_data_size()
3166 if (this->patch_space_ > 0) in do_reset_address_and_file_offset()
3169 - this->patch_space_); in do_reset_address_and_file_offset()
3170 this->patch_space_ = 0; in do_reset_address_and_file_offset()
3711 if (this->patch_space_ > 0) in do_write()
3713 off_t off = this->current_data_size_for_child() - this->patch_space_; in do_write()
3715 this->patch_space_); in do_write()
Doutput.h4464 off_t patch_space_; variable
DChangeLog5169 (Output_section::patch_space_): New data member.