Home | History | Annotate | Download | only in gold

Lines Matching full:my_size

3656     Address my_size = this->plt_size_ + this->branch_size_;
3657 if (my_size != 0)
3660 my_size += off - start_off;
3662 this->set_current_data_size(my_size);
3665 return my_size;