Lines Matching refs:stub_table
280 stub_table(unsigned int shndx) in stub_table() function in __anon0f0c9f3e0111::Powerpc_relobj
2578 Stub_table<size, big_endian>* stub_table; in group_sections() local
2581 stub_table = new Stub_table<size, big_endian>(this, in group_sections()
2585 stub_table = static_cast<Stub_table<size, big_endian>*>( in group_sections()
2589 this->stub_tables_.push_back(stub_table); in group_sections()
2613 Stub_table<size, big_endian>* stub_table, in make_stub() argument
2636 if (stub_table == NULL) in make_stub()
2637 stub_table = this->object_->stub_table(this->shndx_); in make_stub()
2638 if (stub_table == NULL) in make_stub()
2641 stub_table = ifunc_stub_table; in make_stub()
2643 gold_assert(stub_table != NULL); in make_stub()
2649 return stub_table->add_plt_call_entry(from, in make_stub()
2653 return stub_table->add_plt_call_entry(from, in make_stub()
2716 if (stub_table == NULL) in make_stub()
2717 stub_table = this->object_->stub_table(this->shndx_); in make_stub()
2728 if (stub_table == NULL) in make_stub()
2736 return stub_table->add_long_branch_entry(this->object_, in make_stub()
2925 Stub_table<size, big_endian>* stub_table in do_relax() local
2928 off += stub_table->set_address_and_size(os, off); in do_relax()
3008 const Stub_table<size, big_endian>* stub_table in do_plt_fde_location() local
3010 uint64_t stub_address = stub_table->stub_address(); in do_plt_fde_location()
6846 Stub_table<size, big_endian>* stub_table in relocate() local
6847 = object->stub_table(relinfo->data_shndx); in relocate()
6848 if (stub_table == NULL) in relocate()
6852 stub_table = target->stub_tables()[0]; in relocate()
6854 if (stub_table != NULL) in relocate()
6858 off = stub_table->find_plt_call_entry(object, gsym, r_type, in relocate()
6861 off = stub_table->find_plt_call_entry(object, r_sym, r_type, in relocate()
6865 value = stub_table->stub_address() + off; in relocate()
7240 Stub_table<size, big_endian>* stub_table in relocate() local
7241 = object->stub_table(relinfo->data_shndx); in relocate()
7242 if (stub_table != NULL) in relocate()
7244 Address off = stub_table->find_long_branch_entry(object, value); in relocate()
7247 value = (stub_table->stub_address() + stub_table->plt_size() in relocate()