Home | History | Annotate | Download | only in gold

Lines Matching refs:dynamic_offset_

2510   this->dynamic_offset_ = dynoff;
2891 if (this->dynamic_offset_ == 0 || dynamic_count == 0)
2894 dynamic_view = of->get_output_view(this->dynamic_offset_, dynamic_size);
3068 of->write_output_view(this->dynamic_offset_, dynamic_size, dynamic_view);