Lines Matching refs:relobj

452 		   Sized_relobj_file<size, big_endian>* relobj,  in add_static_reloc()  argument
455 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj, in add_static_reloc()
497 Sized_relobj_file<size, big_endian>* object = reloc.relobj(); in do_write()
499 reloc.relobj()->local_symbol(reloc.index()); in do_write()
513 reloc.index(), reloc.relobj()->name().c_str()); in do_write()
587 Sized_relobj_file<size, big_endian>* relobj, unsigned int index) in Static_reloc() argument
590 this->u_.local.relobj = relobj; in Static_reloc()
619 relobj() const in relobj() function in __anon468f29090111::Output_data_got_aarch64::Static_reloc
622 return this->u_.local.relobj; in relobj()
651 Sized_relobj_file<size, big_endian>* relobj; member
945 Erratum_stub(The_aarch64_relobj* relobj, int type, in Erratum_stub() argument
947 : Stub_base<size, big_endian>(type), relobj_(relobj), in Erratum_stub()
957 relobj() in relobj() function in __anon468f29090111::Erratum_stub
1085 E843419_stub(AArch64_relobj<size, big_endian>* relobj, in E843419_stub() argument
1088 : Erratum_stub<size, big_endian>(relobj, ST_E_843419, shndx, sh_offset), in E843419_stub()
1188 Key(int type, const Symbol* symbol, const Relobj* relobj, in Key() argument
1199 gold_assert(relobj != NULL && r_sym != invalid_index); in Key()
1201 this->u_.relobj = relobj; in Key()
1225 relobj() const in relobj() function in __anon468f29090111::Reloc_stub::Key
1226 { return this->r_sym_ != invalid_index ? this->u_.relobj : NULL; } in relobj()
1235 ? (this->u_.relobj == k.u_.relobj) in eq()
1246 ? this->u_.relobj->name().c_str() in hash_value()
1286 const Relobj* relobj; member
1580 (*end)->relobj() == a64relobj && (*end)->shndx() == shndx) in find_erratum_stubs_for_input_section()
2435 AArch64_input_section(Relobj* relobj, unsigned int shndx) in AArch64_input_section() argument
2436 : Output_relaxed_input_section(relobj, shndx, 1), in AArch64_input_section()
2499 if ((object == this->relobj()) in do_output_offset()
2579 Relobj* relobj = this->relobj(); in init() local
2585 convert_types<uint32_t, uint64_t>(relobj->section_addralign(shndx)); in init()
2591 relobj->section_contents(shndx, &section_size, false); in init()
2593 convert_types<uint32_t, uint64_t>(relobj->section_size(shndx)); in init()
2601 Output_section* os = relobj->output_section(shndx); in init()
2602 off_t offset = relobj->output_section_offset(shndx); in init()
2603 gold_assert(os != NULL && !relobj->is_output_section_offset_invalid(shndx)); in init()
2690 Task_lock_obj<Object> tl(task, owner->relobj()); in create_stub_group()
2692 target->new_aarch64_input_section(owner->relobj(), owner->shndx()); in create_stub_group()
2711 static_cast<The_aarch64_relobj*>(p->relobj()); in create_stub_group()
2848 The_aarch64_relobj* relobj = static_cast<The_aarch64_relobj*>( in group_sections() local
2849 new_relaxed_sections[i]->relobj()); in group_sections()
2852 relobj->convert_input_section_to_relaxed_section(shndx); in group_sections()
3015 do_plt_address_for_local(const Relobj* relobj, unsigned int symndx) const in do_plt_address_for_local() argument
3016 { return this->plt_section()->address_for_local(relobj, symndx); } in do_plt_address_for_local()
3377 Sized_relobj_file<size, big_endian>* relobj,
3404 AArch64_relobj<size, big_endian>* relobj,
4228 Sized_relobj_file<size, big_endian>* relobj,
4494 Sized_relobj_file<size, big_endian>* relobj, in add_local_ifunc_entry() argument
4508 rela->add_symbolless_local_addend(relobj, local_sym_index, in add_local_ifunc_entry()
5584 Relobj* relobj, unsigned int shndx) const in find_aarch64_input_section() argument
5586 Section_id sid(relobj, shndx); in find_aarch64_input_section()
5598 Relobj* relobj, unsigned int shndx) in new_aarch64_input_section() argument
5600 Section_id sid(relobj, shndx); in new_aarch64_input_section()
5603 new AArch64_input_section<size, big_endian>(relobj, shndx); in new_aarch64_input_section()
6807 Sized_relobj_file<size, big_endian>* relobj, in make_local_ifunc_plt_entry() argument
6810 if (relobj->local_has_plt_offset(local_sym_index)) in make_local_ifunc_plt_entry()
6815 relobj, in make_local_ifunc_plt_entry()
6817 relobj->set_local_plt_offset(local_sym_index, plt_offset); in make_local_ifunc_plt_entry()
8300 AArch64_relobj<size, big_endian>* relobj, in create_erratum_stub() argument
8309 The_stub_table* stub_table = relobj->stub_table(shndx); in create_erratum_stub()
8311 if (stub_table->find_erratum_stub(relobj, in create_erratum_stub()
8318 stub = new The_erratum_stub(relobj, erratum_type, shndx, in create_erratum_stub()
8322 relobj, shndx, erratum_insn_offset, e843419_adrp_offset); in create_erratum_stub()
8344 AArch64_relobj<size, big_endian>* relobj, in scan_erratum_835769_span() argument
8375 relobj->name().c_str(), shndx, in scan_erratum_835769_span()
8378 this->create_erratum_stub(relobj, shndx, in scan_erratum_835769_span()
8393 AArch64_relobj<size, big_endian>* relobj, in scan_erratum_843419_span() argument
8463 create_erratum_stub(relobj, shndx, in scan_erratum_843419_span()