Home | History | Annotate | Download | only in gold

Lines Matching refs:shndx_

405     : object_(object), symndx_(symndx), tls_type_(tls_type), shndx_(shndx)
410 : object_(object), symndx_(-1U), tls_type_(tls_type), shndx_(-1U)
502 { return this->shndx_; }
526 unsigned int shndx_;
1355 : object_(object), shndx_(shndx), r_sym_(0), gsym_(NULL),
1371 { return this->object_->section_size(this->shndx_); }
1376 { return this->shndx_; }
1441 { return this->object_->is_mips16_fn_stub_section(this->shndx_); }
1446 { return this->object_->is_mips16_call_stub_section(this->shndx_); }
1451 { return this->object_->is_mips16_call_fp_stub_section(this->shndx_); }
1457 return (this->object_->output_section(this->shndx_)->address()
1458 + this->object_->output_section_offset(this->shndx_));
1465 unsigned int shndx_;
3447 shndx_(shndx), output_section_(output_section),
3466 this->shndx_, this->r_offset_);
3470 this->shndx_, this->r_offset_);
3478 unsigned int shndx_;
7169 entry.output_section_, entry.relobj_, entry.shndx_, entry.address_);
7173 entry.shndx_, entry.address_);