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

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.cc2352 patch_space_(0),
3159 this->patch_space_ = new_size - data_size;
3163 static_cast<long>(this->patch_space_),
3189 if (this->patch_space_ > 0)
3192 - this->patch_space_);
3193 this->patch_space_ = 0;
3738 if (this->patch_space_ > 0)
3740 off_t off = this->current_data_size_for_child() - this->patch_space_;
3742 this->patch_space_);
H A Doutput.h4607 off_t patch_space_; member in class:gold::Output_section
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.cc2398 patch_space_(0),
3205 this->patch_space_ = new_size - data_size;
3209 static_cast<long>(this->patch_space_),
3235 if (this->patch_space_ > 0)
3238 - this->patch_space_);
3239 this->patch_space_ = 0;
3784 if (this->patch_space_ > 0)
3786 off_t off = this->current_data_size_for_child() - this->patch_space_;
3788 this->patch_space_);
H A Doutput.h4635 off_t patch_space_; member in class:gold::Output_section
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc2352 patch_space_(0),
3159 this->patch_space_ = new_size - data_size;
3163 static_cast<long>(this->patch_space_),
3189 if (this->patch_space_ > 0)
3192 - this->patch_space_);
3193 this->patch_space_ = 0;
3738 if (this->patch_space_ > 0)
3740 off_t off = this->current_data_size_for_child() - this->patch_space_;
3742 this->patch_space_);
H A Doutput.h4607 off_t patch_space_; member in class:gold::Output_section

Completed in 205 milliseconds