Home | History | Annotate | Download | only in gold

Lines Matching refs:stub_size

4971       section_size_type stub_size = stub_template->size();
4972 gold_assert(offset + stub_size <= view_size);
4975 address + offset, stub_size);