Home | History | Annotate | Download | only in gold

Lines Matching refs:stub_size

891   stub_size() const
1517 this->erratum_stubs_size_ += stub->stub_size();
1582 this->reloc_stubs_size_ += stub->stub_size();
1659 section_size_type stub_size = stub->stub_size();
1661 gold_assert(offset + stub_size <= view_size);
1687 stub->write(oview + stub->offset(), stub->stub_size());
1698 stub->stub_size());