Home
last modified time | relevance | path

Searched refs:stub_size (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
HDaarch64.cc891 stub_size() const in stub_size() function in __anon85c20a8d0111::Stub_base
1517 this->erratum_stubs_size_ += stub->stub_size(); in add_erratum_stub()
1582 this->reloc_stubs_size_ += stub->stub_size(); in add_reloc_stub()
1659 section_size_type stub_size = stub->stub_size(); in relocate_stub() local
1661 gold_assert(offset + stub_size <= view_size); in relocate_stub()
1687 stub->write(oview + stub->offset(), stub->stub_size()); in do_write()
1698 stub->stub_size()); in do_write()
HDmips.cc2714 stub_size() const in stub_size() function in __anoncbcfaebd0111::Mips_output_data_mips_stubs
7924 unsigned int stub_size = this->stub_size(); in set_lazy_stub_offsets() local
7929 ++p, offset += stub_size) in set_lazy_stub_offsets()
HDpowerpc.cc4132 unsigned int stub_size = this->branch_stub_size(to); in add_long_branch_entry() local
4133 this->branch_size_ = off + stub_size; in add_long_branch_entry()
4134 if (size == 64 && stub_size != 4) in add_long_branch_entry()
HDarm.cc5000 section_size_type stub_size = stub_template->size(); in relocate_stub() local
5001 gold_assert(offset + stub_size <= view_size); in relocate_stub()
5004 address + offset, stub_size); in relocate_stub()