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

/haiku-buildtools/binutils/gold/
H A Dx86_64.cc592 got_mod_index_offset_(-1U), tlsdesc_reloc_info_(),
828 this->tlsdesc_reloc_info_.push_back(Tlsdesc_info(object, r_sym));
829 return this->tlsdesc_reloc_info_.size() - 1;
1236 std::vector<Tlsdesc_info> tlsdesc_reloc_info_; member in class:__anon593::Target_x86_64
5242 gold_assert(intarg < this->tlsdesc_reloc_info_.size());
5243 const Tlsdesc_info& ti(this->tlsdesc_reloc_info_[intarg]);
H A Daarch64.cc2846 tlsdesc_reloc_info_(), tls_base_symbol_defined_(false),
3077 this->tlsdesc_reloc_info_.push_back(Tlsdesc_info(object, r_sym));
3078 return this->tlsdesc_reloc_info_.size() - 1;
3452 std::vector<Tlsdesc_info> tlsdesc_reloc_info_; member in class:__anon527::Output_data_got_aarch64::Target_aarch64
5664 gold_assert(intarg < this->tlsdesc_reloc_info_.size());
5665 const Tlsdesc_info& ti(this->tlsdesc_reloc_info_[intarg]);

Completed in 121 milliseconds