/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | i386.cc | 361 got_tlsdesc_(NULL), global_offset_table_(NULL), rel_dyn_(NULL), in Target_i386() 892 Reloc_section* rel_dyn_; member in __anonb1cbad8b0111::Target_i386 1011 if (this->rel_dyn_ == NULL) in rel_dyn_section() 1014 this->rel_dyn_ = new Reloc_section(parameters->options().combreloc()); in rel_dyn_section() 1016 elfcpp::SHF_ALLOC, this->rel_dyn_, in rel_dyn_section() 1019 return this->rel_dyn_; in rel_dyn_section() 1039 gold_assert(this->rel_dyn_->output_section() in rel_irelative_section() 2675 this->rel_dyn_, true, false); in do_finalize_sections()
|
H A D | mips.cc | 3330 got_plt_(NULL), rel_dyn_(NULL), rld_map_(NULL), copy_relocs_(), in Target_mips() 4241 Reloc_section* rel_dyn_; member in __anon67c201da0111::Target_mips 8434 if (this->rel_dyn_ == NULL) in rel_dyn_section() 8437 this->rel_dyn_ = new Reloc_section(parameters->options().combreloc()); in rel_dyn_section() 8439 elfcpp::SHF_ALLOC, this->rel_dyn_, in rel_dyn_section() 8448 this->rel_dyn_->add_absolute(elfcpp::R_MIPS_NONE, od, 0); in rel_dyn_section() 8450 return this->rel_dyn_; in rel_dyn_section() 9829 this->rel_dyn_, true, false); in do_finalize_sections()
|
H A D | arm.cc | 2126 rel_dyn_(NULL), rel_irelative_(NULL), copy_relocs_(elfcpp::R_ARM_COPY), in Target_arm() 3009 Reloc_section* rel_dyn_; member in __anon44de5fc10111::Target_arm 4377 if (this->rel_dyn_ == NULL) in rel_dyn_section() 4382 this->rel_dyn_ = new Reloc_section(parameters->options().combreloc()); in rel_dyn_section() 4385 elfcpp::SHF_ALLOC, this->rel_dyn_, in rel_dyn_section() 4391 return this->rel_dyn_; in rel_dyn_section() 4410 && (this->rel_dyn_->output_section() in rel_irelative_section() 9487 this->rel_dyn_, true, false); in do_finalize_sections()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | i386.cc | 361 got_tlsdesc_(NULL), global_offset_table_(NULL), rel_dyn_(NULL), in Target_i386() 892 Reloc_section* rel_dyn_; member in __anon9f6b2fde0111::Target_i386 1011 if (this->rel_dyn_ == NULL) in rel_dyn_section() 1014 this->rel_dyn_ = new Reloc_section(parameters->options().combreloc()); in rel_dyn_section() 1016 elfcpp::SHF_ALLOC, this->rel_dyn_, in rel_dyn_section() 1019 return this->rel_dyn_; in rel_dyn_section() 1039 gold_assert(this->rel_dyn_->output_section() in rel_irelative_section() 2675 this->rel_dyn_, true, false, false); in do_finalize_sections()
|
H A D | arm.cc | 2126 rel_dyn_(NULL), rel_irelative_(NULL), copy_relocs_(elfcpp::R_ARM_COPY), in Target_arm() 3009 Reloc_section* rel_dyn_; member in __anon7a9d63b40111::Target_arm 4377 if (this->rel_dyn_ == NULL) in rel_dyn_section() 4382 this->rel_dyn_ = new Reloc_section(parameters->options().combreloc()); in rel_dyn_section() 4385 elfcpp::SHF_ALLOC, this->rel_dyn_, in rel_dyn_section() 4391 return this->rel_dyn_; in rel_dyn_section() 4410 && (this->rel_dyn_->output_section() in rel_irelative_section() 9487 this->rel_dyn_, true, false, false); in do_finalize_sections()
|
H A D | mips.cc | 3330 got_plt_(NULL), rel_dyn_(NULL), rld_map_(NULL), copy_relocs_(), in Target_mips() 4241 Reloc_section* rel_dyn_; member in __anon5561842d0111::Target_mips 8472 if (this->rel_dyn_ == NULL) in rel_dyn_section() 8475 this->rel_dyn_ = new Reloc_section(parameters->options().combreloc()); in rel_dyn_section() 8477 elfcpp::SHF_ALLOC, this->rel_dyn_, in rel_dyn_section() 8486 this->rel_dyn_->add_absolute(elfcpp::R_MIPS_NONE, od, 0); in rel_dyn_section() 8488 return this->rel_dyn_; in rel_dyn_section() 9867 this->rel_dyn_, true, false, false); in do_finalize_sections()
|