Searched refs:tlsdesc_rel_ (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dx86_64.cc97 : Output_section_data(addralign), tlsdesc_rel_(NULL),
110 tlsdesc_rel_(NULL), irelative_rel_(NULL), got_(got),
333 Reloc_section* tlsdesc_rel_; member in class:__anon593::Output_data_plt_x86_64
1603 if (this->tlsdesc_rel_ == NULL)
1605 this->tlsdesc_rel_ = new Reloc_section(false);
1607 elfcpp::SHF_ALLOC, this->tlsdesc_rel_,
1609 gold_assert(this->tlsdesc_rel_->output_section()
1612 return this->tlsdesc_rel_;
H A Daarch64.cc4134 : Output_section_data(addralign), tlsdesc_rel_(NULL), irelative_rel_(NULL),
4313 Reloc_section* tlsdesc_rel_; member in class:__anon527::Output_data_got_aarch64::Output_data_plt_aarch64
4466 if (this->tlsdesc_rel_ == NULL)
4468 this->tlsdesc_rel_ = new Reloc_section(false);
4470 elfcpp::SHF_ALLOC, this->tlsdesc_rel_,
4472 gold_assert(this->tlsdesc_rel_->output_section()
4475 return this->tlsdesc_rel_;

Completed in 67 milliseconds