Home | History | Annotate | Download | only in gold

Lines Matching refs:rel_dyn_

2877       got_plt_(NULL), rel_dyn_(NULL), copy_relocs_(),
3725 Reloc_section* rel_dyn_;
7246 if (this->rel_dyn_ == NULL)
7249 this->rel_dyn_ = new Reloc_section(parameters->options().combreloc());
7251 elfcpp::SHF_ALLOC, this->rel_dyn_,
7260 this->rel_dyn_->add_absolute(elfcpp::R_MIPS_NONE, od, 0);
7262 return this->rel_dyn_;
8154 this->rel_dyn_, true, false);