Home | History | Annotate | Download | only in gold

Lines Matching refs:got_size

366   got_size() const
378 return this->got_size() / (size / 8);
2456 const section_size_type got_size =
2460 got_size);
2501 gold_assert(static_cast<section_size_type>(got_pov - got_view) == got_size);
2504 of->write_output_view(got_file_offset, got_size, got_view);