Searched refs:rela_dyn_ (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dtilegx.cc240 global_offset_table_(NULL), tilegx_dynamic_(NULL), rela_dyn_(NULL),
654 Reloc_section* rela_dyn_; member in class:__anon597::Target_tilegx
1947 if (this->rela_dyn_ == NULL)
1950 this->rela_dyn_ = new Reloc_section(parameters->options().combreloc());
1952 elfcpp::SHF_ALLOC, this->rela_dyn_,
1955 return this->rela_dyn_;
1976 gold_assert(this->rela_dyn_->output_section()
4264 this->rela_dyn_, true, true);
H A Dsparc.cc61 got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL),
457 Reloc_section* rela_dyn_; member in class:__anon581::Target_sparc
1262 if (this->rela_dyn_ == NULL)
1265 this->rela_dyn_ = new Reloc_section(parameters->options().combreloc());
1267 elfcpp::SHF_ALLOC, this->rela_dyn_,
1270 return this->rela_dyn_;
1291 gold_assert(this->rela_dyn_->output_section()
3198 this->rela_dyn_, true, true);
H A Dx86_64.cc590 got_tlsdesc_(NULL), global_offset_table_(NULL), rela_dyn_(NULL),
1226 Reloc_section* rela_dyn_; member in class:__anon593::Target_x86_64
1390 if (this->rela_dyn_ == NULL)
1393 this->rela_dyn_ = new Reloc_section(parameters->options().combreloc());
1395 elfcpp::SHF_ALLOC, this->rela_dyn_,
1398 return this->rela_dyn_;
1419 gold_assert(this->rela_dyn_->output_section()
3835 this->rela_dyn_, true, false);
H A Ds390.cc280 global_offset_table_(NULL), rela_dyn_(NULL),
747 Reloc_section* rela_dyn_; member in class:__anon577::Target_s390
1650 if (this->rela_dyn_ == NULL)
1653 this->rela_dyn_ = new Reloc_section(parameters->options().combreloc());
1655 elfcpp::SHF_ALLOC, this->rela_dyn_,
1658 return this->rela_dyn_;
1679 gold_assert(this->rela_dyn_->output_section()
4039 this->rela_dyn_, true, size == 32);
H A Daarch64.cc2843 got_tlsdesc_(NULL), global_offset_table_(NULL), rela_dyn_(NULL),
3442 Reloc_section* rela_dyn_; member in class:__anon527::Output_data_got_aarch64::Target_aarch64
3677 if (this->rela_dyn_ == NULL)
3680 this->rela_dyn_ = new Reloc_section(parameters->options().combreloc());
3682 elfcpp::SHF_ALLOC, this->rela_dyn_,
3685 return this->rela_dyn_;
3706 gold_assert(this->rela_dyn_->output_section()
6837 this->rela_dyn_, true, false);
H A Dpowerpc.cc604 glink_(NULL), rela_dyn_(NULL), copy_relocs_(),
1420 Reloc_section* rela_dyn_; member in class:__anon572::Target_powerpc
2604 if (this->rela_dyn_ == NULL)
2607 this->rela_dyn_ = new Reloc_section(parameters->options().combreloc());
2609 elfcpp::SHF_ALLOC, this->rela_dyn_,
2612 return this->rela_dyn_;
3669 if (this->rela_dyn_->output_section())
3670 this->rela_dyn_->output_section()->add_output_section_data(iplt_rel);
3774 if (this->rela_dyn_->output_section())
3775 this->rela_dyn_
[all...]

Completed in 212 milliseconds