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