Home | History | Annotate | Download | only in gold

Lines Matching refs:patch_space_

2320     patch_space_(0)
3136 this->patch_space_ = new_size - data_size;
3140 static_cast<long>(this->patch_space_),
3166 if (this->patch_space_ > 0)
3169 - this->patch_space_);
3170 this->patch_space_ = 0;
3711 if (this->patch_space_ > 0)
3713 off_t off = this->current_data_size_for_child() - this->patch_space_;
3715 this->patch_space_);