Home
last modified time | relevance | path

Searched refs:index_ (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddynobj.h356 : index_(-1U) in Version_base()
367 gold_assert(this->index_ != -1U); in index()
368 return this->index_; in index()
375 gold_assert(this->index_ == -1U); in set_index()
376 this->index_ = index; in set_index()
388 unsigned int index_; variable
Dmips.cc639 got_page_offset_next_(0), got_page_offsets_(), next_(NULL), index_(-1U), in Mips_got_info()
763 return GOT_TYPE_STANDARD_MULTIGOT + this->index_; in multigot_got_type()
765 return GOT_TYPE_TLS_OFFSET_MULTIGOT + this->index_; in multigot_got_type()
767 return GOT_TYPE_TLS_PAIR_MULTIGOT + this->index_; in multigot_got_type()
790 { this->index_ = index; } in set_index()
882 unsigned int index_; member in __anona7e08b770111::Mips_got_info
4938 if (got->multi_got() && this->index_ > 0 in add_local_entries()
4964 got_type = GOT_TYPE_STANDARD_MULTIGOT + this->index_; in add_local_entries()
4968 if (got->multi_got() && this->index_ > 0 in add_local_entries()
4990 if (got->multi_got() && this->index_ > 0 in add_page_entries()
[all …]
Doutput.cc3209 : input_section_(), index_(-1U), section_name_() in Input_section_sort_entry()
3216 : input_section_(input_section), index_(index), section_name_() in Input_section_sort_entry()
3247 gold_assert(this->index_ != -1U); in input_section()
3256 gold_assert(this->index_ != -1U); in index()
3257 return this->index_; in index()
3338 unsigned int index_; member in gold::Output_section::Input_section_sort_entry