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

/haiku-buildtools/binutils/gold/
H A Dcopy-relocs.h110 : sym_(sym), reloc_type_(reloc_type), relobj_(relobj),
117 Sized_relobj_file<size, big_endian>* relobj_; member in struct:gold::Copy_relocs::Copy_reloc_entry
H A Dcopy-relocs.cc249 entry.output_section_, entry.relobj_,
H A Daarch64.cc943 : Stub_base<size, big_endian>(type), relobj_(relobj),
954 { return this->relobj_; }
1033 if (this->relobj_ != k.relobj_)
1034 return this->relobj_ < k.relobj_;
1045 gold_assert(this->relobj_ != NULL);
1046 this->relobj_ = NULL;
1051 { return this->relobj_ == NULL; }
1059 The_aarch64_relobj* relobj_; member in class:__anon527::Output_data_got_aarch64::Erratum_stub
[all...]
H A Doutput.h2405 Sized_relobj_file<size, big_endian>* relobj_; member in class:gold::Output_data_group
2973 : Output_section_data_build(addralign), relobj_(relobj), shndx_(shndx)
2979 { return this->relobj_; }
2989 { this->relobj_ = relobj; }
2996 Relobj* relobj_; member in class:gold::Output_relaxed_input_section
H A Darm.cc678 { return this->relobj_; }
710 : Stub(stub_template), relobj_(relobj), shndx_(shndx),
743 Relobj* relobj_;
1051 : Output_section_data(8, 4, true), relobj_(relobj), shndx_(shndx)
1057 { return this->relobj_; }
1086 Relobj* relobj_;
1420 : relobj_(relobj), shndx_(shndx), link_(link), size_(size),
1432 { return this->relobj_; }
1471 Relobj* relobj_;
5374 Output_section* os = this->relobj_
[all...]
H A Dmips.cc3852 : sym_(sym), r_type_(r_type), relobj_(relobj),
3866 got->record_global_got_symbol(this->sym_, this->relobj_,
3871 this->output_section_, this->relobj_,
3875 this->output_section_, this->relobj_,
3883 Mips_relobj<size, big_endian>* relobj_; member in class:__anon554::Target_mips::Dyn_reloc
8209 Mips_relobj<size, big_endian>::as_mips_relobj(entry.relobj_);
8214 entry.output_section_, entry.relobj_, entry.shndx_, entry.address_);
8217 sym, elfcpp::R_MIPS_REL32, entry.output_section_, entry.relobj_,
8223 entry.relobj_,
H A Doutput.cc1298 relobj_(relobj),
1325 Output_section* os = this->relobj_->output_section(*p);
1332 this->relobj_->error(_("section group retained but "
H A Dpowerpc.cc7657 = static_cast<Powerpc_relobj<size, big_endian>*>(entry.relobj_);

Completed in 288 milliseconds