Searched refs:rel_dyn_ (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gold/ |
D | i386.cc | 361 got_tlsdesc_(NULL), global_offset_table_(NULL), rel_dyn_(NULL), in Target_i386() 892 Reloc_section* rel_dyn_; member in __anon686aaa6a0111::Target_i386 1010 if (this->rel_dyn_ == NULL) in rel_dyn_section() 1013 this->rel_dyn_ = new Reloc_section(parameters->options().combreloc()); in rel_dyn_section() 1015 elfcpp::SHF_ALLOC, this->rel_dyn_, in rel_dyn_section() 1018 return this->rel_dyn_; in rel_dyn_section() 1038 gold_assert(this->rel_dyn_->output_section() in rel_irelative_section() 2674 this->rel_dyn_, true, false); in do_finalize_sections()
|
D | mips.cc | 3295 got_plt_(NULL), rel_dyn_(NULL), rld_map_(NULL), copy_relocs_(), in Target_mips() 4183 Reloc_section* rel_dyn_; member in __anon1e60feb90111::Target_mips 8292 if (this->rel_dyn_ == NULL) in rel_dyn_section() 8295 this->rel_dyn_ = new Reloc_section(parameters->options().combreloc()); in rel_dyn_section() 8297 elfcpp::SHF_ALLOC, this->rel_dyn_, in rel_dyn_section() 8306 this->rel_dyn_->add_absolute(elfcpp::R_MIPS_NONE, od, 0); in rel_dyn_section() 8308 return this->rel_dyn_; in rel_dyn_section() 9728 this->rel_dyn_, true, false); in do_finalize_sections()
|