Home
last modified time | relevance | path

Searched refs:relobj_ (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Dcopy-relocs.h110 : sym_(sym), reloc_type_(reloc_type), relobj_(relobj), in Copy_reloc_entry()
117 Sized_relobj_file<size, big_endian>* relobj_; member
H A Dcopy-relocs.cc249 entry.output_section_, entry.relobj_, in emit()
H A Doutput.h2405 Sized_relobj_file<size, big_endian>* relobj_;
2973 : Output_section_data_build(addralign), relobj_(relobj), shndx_(shndx) in Output_relaxed_input_section()
2979 { return this->relobj_; } in relobj()
2989 { this->relobj_ = relobj; } in set_relobj()
2996 Relobj* relobj_;
H A Doutput.cc1310 relobj_(relobj), in Output_data_group()
1337 Output_section* os = this->relobj_->output_section(*p); in do_write()
1344 this->relobj_->error(_("section group retained but " in do_write()
/dragonfly/contrib/binutils-2.27/gold/
H A Dcopy-relocs.h109 : sym_(sym), reloc_type_(reloc_type), relobj_(relobj), in Copy_reloc_entry()
116 Sized_relobj_file<size, big_endian>* relobj_; member
H A Dcopy-relocs.cc221 entry.output_section_, entry.relobj_, in emit()
H A Doutput.h2405 Sized_relobj_file<size, big_endian>* relobj_;
2973 : Output_section_data_build(addralign), relobj_(relobj), shndx_(shndx) in Output_relaxed_input_section()
2979 { return this->relobj_; } in relobj()
2989 { this->relobj_ = relobj; } in set_relobj()
2996 Relobj* relobj_;
H A Darm.cc678 { return this->relobj_; } in relobj()
710 : Stub(stub_template), relobj_(relobj), shndx_(shndx), in Cortex_a8_stub()
743 Relobj* relobj_; member in __anon392c4a0c0111::Cortex_a8_stub
1051 : Output_section_data(8, 4, true), relobj_(relobj), shndx_(shndx) in Arm_exidx_cantunwind()
1057 { return this->relobj_; } in relobj()
1086 Relobj* relobj_; member in __anon392c4a0c0111::Arm_exidx_cantunwind
1420 : relobj_(relobj), shndx_(shndx), link_(link), size_(size), in Arm_exidx_input_section()
1432 { return this->relobj_; } in relobj()
1471 Relobj* relobj_; member in __anon392c4a0c0111::Arm_exidx_input_section
5346 Arm_relobj<big_endian>::as_arm_relobj(this->relobj_); in do_fixed_endian_write()
[all …]
H A Daarch64.cc943 : Stub_base<size, big_endian>(type), relobj_(relobj), in Erratum_stub()
954 { return this->relobj_; } in relobj()
1033 if (this->relobj_ != k.relobj_) in operator <()
1034 return this->relobj_ < k.relobj_; in operator <()
1048 The_aarch64_relobj* relobj_; member in __anon04877c550111::Erratum_stub
H A Dmips.cc3852 : sym_(sym), r_type_(r_type), relobj_(relobj), in Dyn_reloc()
3866 got->record_global_got_symbol(this->sym_, this->relobj_, in emit()
3871 this->output_section_, this->relobj_, in emit()
3875 this->output_section_, this->relobj_, in emit()
3883 Mips_relobj<size, big_endian>* relobj_; member in __anone5cd35850111::Target_mips::Dyn_reloc
8209 Mips_relobj<size, big_endian>::as_mips_relobj(entry.relobj_); in emit_entry()
8214 entry.output_section_, entry.relobj_, entry.shndx_, entry.address_); in emit_entry()
8217 sym, elfcpp::R_MIPS_REL32, entry.output_section_, entry.relobj_, in emit_entry()
8223 entry.relobj_, in emit_entry()
H A Doutput.cc1298 relobj_(relobj), in Output_data_group()
1325 Output_section* os = this->relobj_->output_section(*p); in do_write()
1332 this->relobj_->error(_("section group retained but " in do_write()