Home | History | Annotate | Download | only in gold

Lines Matching refs:shndx_

719     is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(INVALID_CODE)
741 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(shndx)
768 shndx_(INVALID_CODE)
794 shndx_(shndx)
818 is_section_symbol_(true), use_plt_offset_(false), shndx_(INVALID_CODE)
840 is_section_symbol_(true), use_plt_offset_(false), shndx_(shndx)
863 is_section_symbol_(false), use_plt_offset_(false), shndx_(INVALID_CODE)
880 is_section_symbol_(false), use_plt_offset_(false), shndx_(shndx)
899 is_section_symbol_(false), use_plt_offset_(false), shndx_(INVALID_CODE)
916 is_section_symbol_(false), use_plt_offset_(false), shndx_(shndx)
1075 if (this->shndx_ != INVALID_CODE)
1077 Output_section* os = this->u2_.relobj->output_section(this->shndx_);
1079 Address off = this->u2_.relobj->get_output_section_offset(this->shndx_);
1087 address = os->output_address(relobj, this->shndx_, address);
2137 return this->shndx_;
2158 this->u2_.object->set_section_offset(this->shndx_,
2197 if (this->shndx_ != shndx || this->u2_.object != object)
2242 switch (this->shndx_)
2259 mapfile->print_input_section(this->u2_.object, this->shndx_);