Searched refs:rel_dyn_ (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | i386.cc | 361 got_tlsdesc_(NULL), global_offset_table_(NULL), rel_dyn_(NULL), in Target_i386() 867 Reloc_section* rel_dyn_; member in __anonf1ea37280111::Target_i386 984 if (this->rel_dyn_ == NULL) in rel_dyn_section() 987 this->rel_dyn_ = new Reloc_section(parameters->options().combreloc()); in rel_dyn_section() 989 elfcpp::SHF_ALLOC, this->rel_dyn_, in rel_dyn_section() 992 return this->rel_dyn_; in rel_dyn_section() 1012 gold_assert(this->rel_dyn_->output_section() in rel_irelative_section() 2626 this->rel_dyn_, true, false); in do_finalize_sections()
|
D | mips.cc | 2877 got_plt_(NULL), rel_dyn_(NULL), copy_relocs_(), in Target_mips() 3725 Reloc_section* rel_dyn_; member in __anona7e08b770111::Target_mips 7246 if (this->rel_dyn_ == NULL) in rel_dyn_section() 7249 this->rel_dyn_ = new Reloc_section(parameters->options().combreloc()); in rel_dyn_section() 7251 elfcpp::SHF_ALLOC, this->rel_dyn_, in rel_dyn_section() 7260 this->rel_dyn_->add_absolute(elfcpp::R_MIPS_NONE, od, 0); in rel_dyn_section() 7262 return this->rel_dyn_; in rel_dyn_section() 8154 this->rel_dyn_, true, false); in do_finalize_sections()
|
D | arm.cc | 2126 rel_dyn_(NULL), rel_irelative_(NULL), copy_relocs_(elfcpp::R_ARM_COPY), in Target_arm() 2954 Reloc_section* rel_dyn_; member in __anon5653a9be0111::Target_arm 4315 if (this->rel_dyn_ == NULL) in rel_dyn_section() 4320 this->rel_dyn_ = new Reloc_section(parameters->options().combreloc()); in rel_dyn_section() 4323 elfcpp::SHF_ALLOC, this->rel_dyn_, in rel_dyn_section() 4329 return this->rel_dyn_; in rel_dyn_section() 4348 && (this->rel_dyn_->output_section() in rel_irelative_section() 9282 this->rel_dyn_, true, false); in do_finalize_sections()
|