Home | History | Annotate | Download | only in gold

Lines Matching refs:shndx_

455     Sec_info(Address start_, Address len_, unsigned int shndx_)
456 : start(start_), len(len_), shndx(shndx_)
1221 : object_(ppc_object), shndx_(data_shndx), offset_(r_offset),
1237 unsigned int shndx_;
2637 stub_table = this->object_->stub_table(this->shndx_);
2644 Address from = this->object_->get_output_section_offset(this->shndx_);
2646 from += (this->object_->output_section(this->shndx_)->address()
2663 Address from = this->object_->get_output_section_offset(this->shndx_);
2665 from += (this->object_->output_section(this->shndx_)->address()
2717 stub_table = this->object_->stub_table(this->shndx_);
2733 this->object_->section_name(this->shndx_).c_str());