Home | History | Annotate | Download | only in gold

Lines Matching refs:relobj

548   do_output_section_name(const Relobj*, const char* name, size_t* plen) const
602 do_plt_address_for_local(const Relobj*, unsigned int) const;
611 do_tls_offset_for_local(const Relobj* object,
970 Sized_relobj_file<size, big_endian>* relobj,
983 <Powerpc_relobj<size, big_endian>*>(relobj);
995 Sized_relobj_file<size, big_endian>* relobj,
1006 <Powerpc_relobj<size, big_endian>*>(relobj);
1032 check_non_pic(Relobj*, unsigned int r_type);
1101 get_size_for_reloc(unsigned int, Relobj*)
2099 // Set up PowerPC target specific relobj.
2187 add_local(Relobj* object, unsigned int sym_index, unsigned int got_type)
2195 add_local_plt(Relobj* object, unsigned int sym_index, unsigned int got_type)
2203 add_local_tls(Relobj* object, unsigned int sym_index, unsigned int got_type)
2207 add_local_tls_pair(Relobj* object, unsigned int sym_index,
2458 start_addr += i->relobj()->output_section_offset(i->shndx());
2466 i->relobj()->name().c_str(),
2467 i->relobj()->section_name(i->shndx()).c_str());
2533 <Powerpc_relobj<size, big_endian>*>(i->relobj());
2565 <Powerpc_relobj<size, big_endian>*>(i->relobj());
2844 = static_cast<const Powerpc_relobj<size, big_endian>*>((*p)->relobj());
2922 i->relobj()->set_section_offset(i->shndx(), off);
3150 Sized_relobj_file<size, big_endian>* relobj,
3153 if (!relobj->local_has_plt_offset(local_sym_index))
3156 relobj->set_local_plt_offset(local_sym_index, off);
3160 this->rel_->add_symbolless_local_addend(relobj, local_sym_index, dynrel,
3567 : Output_relaxed_input_section(owner->relobj(), owner->shndx(),
3568 owner->relobj()
3781 const Sized_relobj_file<size, big_endian>* relobj = p->first.object_;
3783 return relobj->local_plt_offset(local_sym_index);
5125 Sized_relobj_file<size, big_endian>* relobj,
5130 this->iplt_->add_local_ifunc_entry(relobj, r_sym);
5276 Target_powerpc<size, big_endian>::Scan::check_non_pic(Relobj* object,
6592 && (static_cast<const Powerpc_relobj<64, big_endian>*>(is1.relobj())
6596 && (static_cast<const Powerpc_relobj<64, big_endian>*>(is2.relobj())
7860 local_non_section_strategy(unsigned int r_type, Relobj*, unsigned int r_sym)
7870 local_section_strategy(unsigned int, Relobj*)
7878 global_strategy(unsigned int r_type, Relobj*, unsigned int)
8252 const Relobj* object,
8257 const Sized_relobj<size, big_endian>* relobj
8263 Address off = (*p)->find_plt_call_entry(relobj->sized_relobj(),
8303 const Relobj* object,