Searched refs:rela_dyn_ (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | tilegx.cc | 240 global_offset_table_(NULL), tilegx_dynamic_(NULL), rela_dyn_(NULL), in Target_tilegx() 648 Reloc_section* rela_dyn_; member in __anon011954cb0111::Target_tilegx 1937 if (this->rela_dyn_ == NULL) in rela_dyn_section() 1940 this->rela_dyn_ = new Reloc_section(parameters->options().combreloc()); in rela_dyn_section() 1942 elfcpp::SHF_ALLOC, this->rela_dyn_, in rela_dyn_section() 1945 return this->rela_dyn_; in rela_dyn_section() 1966 gold_assert(this->rela_dyn_->output_section() in rela_irelative_section() 4252 this->rela_dyn_, true, true); in do_finalize_sections()
|
D | x86_64.cc | 424 got_tlsdesc_(NULL), global_offset_table_(NULL), rela_dyn_(NULL), in Target_x86_64() 1003 Reloc_section* rela_dyn_; member in __anon4c0d9acd0111::Target_x86_64 1165 if (this->rela_dyn_ == NULL) in rela_dyn_section() 1168 this->rela_dyn_ = new Reloc_section(parameters->options().combreloc()); in rela_dyn_section() 1170 elfcpp::SHF_ALLOC, this->rela_dyn_, in rela_dyn_section() 1173 return this->rela_dyn_; in rela_dyn_section() 1194 gold_assert(this->rela_dyn_->output_section() in rela_irelative_section() 3199 this->rela_dyn_, true, false); in do_finalize_sections()
|
D | sparc.cc | 61 got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL), in Target_sparc() 444 Reloc_section* rela_dyn_; member in __anon256155f70111::Target_sparc 1247 if (this->rela_dyn_ == NULL) in rela_dyn_section() 1250 this->rela_dyn_ = new Reloc_section(parameters->options().combreloc()); in rela_dyn_section() 1252 elfcpp::SHF_ALLOC, this->rela_dyn_, in rela_dyn_section() 1255 return this->rela_dyn_; in rela_dyn_section() 1276 gold_assert(this->rela_dyn_->output_section() in rela_ifunc_section() 3114 this->rela_dyn_, true, true); in do_finalize_sections()
|
D | aarch64.cc | 2801 got_tlsdesc_(NULL), global_offset_table_(NULL), rela_dyn_(NULL), in Target_aarch64() 3394 Reloc_section* rela_dyn_; member in __anon20db65070111::Target_aarch64 3625 if (this->rela_dyn_ == NULL) in rela_dyn_section() 3628 this->rela_dyn_ = new Reloc_section(parameters->options().combreloc()); in rela_dyn_section() 3630 elfcpp::SHF_ALLOC, this->rela_dyn_, in rela_dyn_section() 3633 return this->rela_dyn_; in rela_dyn_section() 3654 gold_assert(this->rela_dyn_->output_section() in rela_irelative_section() 6719 this->rela_dyn_, true, false); in do_finalize_sections()
|
D | powerpc.cc | 509 glink_(NULL), rela_dyn_(NULL), copy_relocs_(elfcpp::R_POWERPC_COPY), in Target_powerpc() 1293 Reloc_section* rela_dyn_; member in __anon0f0c9f3e0111::Target_powerpc 2354 if (this->rela_dyn_ == NULL) in rela_dyn_section() 2357 this->rela_dyn_ = new Reloc_section(parameters->options().combreloc()); in rela_dyn_section() 2359 elfcpp::SHF_ALLOC, this->rela_dyn_, in rela_dyn_section() 2362 return this->rela_dyn_; in rela_dyn_section() 3320 this->rela_dyn_->output_section()->add_output_section_data(iplt_rel); in make_iplt_section() 3424 this->rela_dyn_->output_section()->add_output_section_data(brlt_rel); in make_brlt_section() 6675 this->rela_dyn_, true, size == 32); in do_finalize_sections()
|