Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dcopy-relocs.h104 : sym_(sym), reloc_type_(reloc_type), relobj_(relobj), in Copy_reloc_entry()
111 Sized_relobj_file<size, big_endian>* relobj_; member
Dcopy-relocs.cc207 entry.output_section_, entry.relobj_, in emit()
Doutput.h2258 Sized_relobj_file<size, big_endian>* relobj_;
2781 : Output_section_data_build(addralign), relobj_(relobj), shndx_(shndx) in Output_relaxed_input_section()
2787 { return this->relobj_; } in relobj()
2797 { this->relobj_ = relobj; } in set_relobj()
2804 Relobj* relobj_;
Darm.cc675 { return this->relobj_; } in relobj()
707 : Stub(stub_template), relobj_(relobj), shndx_(shndx), in Cortex_a8_stub()
740 Relobj* relobj_; member in __anon5653a9be0111::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 __anon5653a9be0111::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 __anon5653a9be0111::Arm_exidx_input_section
5371 Output_section* os = this->relobj_->output_section(this->shndx_); in do_fixed_endian_write()
[all …]
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 __anon20db65070111::Erratum_stub
Dmips.cc3446 : sym_(sym), r_type_(r_type), relobj_(relobj), in Dyn_reloc()
3460 got->record_global_got_symbol(this->sym_, this->relobj_, in emit()
3465 this->output_section_, this->relobj_, in emit()
3469 this->output_section_, this->relobj_, in emit()
3477 Mips_relobj<size, big_endian>* relobj_; member in __anona7e08b770111::Target_mips::Dyn_reloc
7164 Mips_relobj<size, big_endian>::as_mips_relobj(entry.relobj_); in emit_entry()
7169 entry.output_section_, entry.relobj_, entry.shndx_, entry.address_); in emit_entry()
7172 sym, elfcpp::R_MIPS_REL32, entry.output_section_, entry.relobj_, in emit_entry()
Doutput.cc1309 relobj_(relobj), in Output_data_group()
1336 Output_section* os = this->relobj_->output_section(*p); in do_write()
1343 this->relobj_->error(_("section group retained but " in do_write()
DChangeLog15129 Sized_relobj*. Change relobj_ field to Sized_relobj*.