Lines Matching refs:stub_table
1733 stub_table(unsigned int shndx) const in stub_table() function in __anon20db65070111::AArch64_relobj
1741 set_stub_table(unsigned int shndx, The_stub_table* stub_table) in set_stub_table() argument
1744 this->stub_tables_[shndx] = stub_table; in set_stub_table()
1946 The_stub_table* stub_table = this->stub_table(i); in fix_errata() local
1947 if (!stub_table) in fix_errata()
1950 ipair(stub_table->find_erratum_stubs_for_input_section(this, i)); in fix_errata()
1975 stub_table->erratum_stub_address(stub); in fix_errata()
2074 && !aarch64_input_section->stub_table()->empty()) in do_relocate_sections()
2088 The_stub_table* stub_table = aarch64_input_section->stub_table(); in do_relocate_sections() local
2089 off_t offset = stub_table->address() - view_struct.address; in do_relocate_sections()
2091 AArch64_address address = stub_table->address(); in do_relocate_sections()
2092 section_size_type view_size = stub_table->data_size(); in do_relocate_sections()
2093 stub_table->relocate_stubs(&relinfo, target, os, view, address, in do_relocate_sections()
2377 stub_table() in stub_table() function in __anon20db65070111::AArch64_input_section
2471 The_stub_table* stub_table = this->stub_table_; in do_reset_address_and_file_offset() local
2477 off += stub_table->current_data_size(); in do_reset_address_and_file_offset()
2608 The_stub_table* stub_table = in create_stub_group() local
2611 input_section->set_stub_table(stub_table); in create_stub_group()
2623 aarch64_relobj->set_stub_table(p->shndx(), stub_table); in create_stub_group()
2662 Input_section_list::const_iterator stub_table = in group_sections() local
2697 stub_table = group_end; in group_sections()
2711 this->create_stub_group(group_begin, group_end, stub_table, in group_sections()
2749 : stub_table), in group_sections()
3757 The_stub_table* stub_table = aarch64_relobj->stub_table(relinfo->data_shndx); in scan_reloc_for_stub() local
3758 gold_assert(stub_table != NULL); in scan_reloc_for_stub()
3761 The_reloc_stub* stub = stub_table->find_reloc_stub(key); in scan_reloc_for_stub()
3765 stub_table->add_reloc_stub(stub, key); in scan_reloc_for_stub()
5389 The_stub_table* stub_table = aarch64_relobj->stub_table(relinfo->data_shndx); in maybe_apply_stub() local
5390 gold_assert(stub_table != NULL); in maybe_apply_stub()
5394 The_reloc_stub* stub = stub_table->find_reloc_stub(stub_key); in maybe_apply_stub()
5397 Address new_branch_target = stub_table->address() + stub->offset(); in maybe_apply_stub()
5546 The_stub_table* stub_table = *siter; in do_relax() local
5547 if (stub_table->update_data_size_changed_p()) in do_relax()
5549 The_aarch64_input_section* owner = stub_table->owner(); in do_relax()
5578 Stub_table<size, big_endian>* stub_table = in new_stub_table() local
5580 stub_table->set_address(align_address( in new_stub_table()
5582 stub_table->set_file_offset(owner->offset() + owner->data_size()); in new_stub_table()
5583 stub_table->finalize_data_size(); in new_stub_table()
5585 this->stub_tables_.push_back(stub_table); in new_stub_table()
5587 return stub_table; in new_stub_table()
8060 The_stub_table* stub_table = relobj->stub_table(shndx); in create_erratum_stub() local
8061 gold_assert(stub_table != NULL); in create_erratum_stub()
8062 if (stub_table->find_erratum_stub(relobj, in create_erratum_stub()
8081 stub_table->add_erratum_stub(stub); in create_erratum_stub()