Lines Matching refs:text_shndx
1729 // index SHNDX and section header SHDR. TEXT_SHNDX is the section
1734 unsigned int text_shndx,
5571 unsigned int text_shndx = this->last_input_section_->link();
5573 new Arm_exidx_cantunwind(relobj, text_shndx);
6126 unsigned int text_shndx = exidx_input_section->link();
6127 gold_assert(symtab->is_section_folded(p->relobj(), text_shndx));
6163 unsigned int text_shndx = exidx_input_section->link();
6164 Output_section* os = arm_relobj->output_section(text_shndx);
6756 // SHNDX. SHDR is the section header of the EXIDX section and TEXT_SHNDX
6764 unsigned int text_shndx,
6769 new Arm_exidx_input_section(this, shndx, text_shndx, shdr.get_sh_size(),
6776 if (text_shndx == elfcpp::SHN_UNDEF || text_shndx >= this->shnum())
6779 this->section_name(shndx).c_str(), shndx, text_shndx,
6783 else if (this->exidx_section_map_[text_shndx] != NULL)
6786 this->exidx_section_map_[text_shndx]->shndx();
6791 other_exidx_shndx, this->section_name(text_shndx).c_str(),
6792 text_shndx, this->name().c_str());
6796 this->exidx_section_map_[text_shndx] = exidx_input_section;
6804 this->section_name(text_shndx).c_str(), text_shndx,
6814 this->section_name(text_shndx).c_str(), text_shndx,
6884 unsigned int text_shndx = this->adjust_shndx(shdr.get_sh_link());
6885 if (text_shndx == elfcpp::SHN_UNDEF)
6890 + text_shndx * shdr_size);
6891 this->make_exidx_input_section(i, shdr, text_shndx, text_shdr);
6959 unsigned int text_shndx = elfcpp::SHN_UNDEF;
6963 psyms, &text_shndx);
6965 + text_shndx * shdr_size);
6966 this->make_exidx_input_section(shndx, shdr, text_shndx, text_shdr);
7008 unsigned int text_shndx = this->adjust_shndx(shdr.get_sh_link());
7009 symtab->gc()->add_reference(this, text_shndx, this, i);
12678 unsigned int text_shndx = exidx_input_section->link();
12679 Output_section* os = arm_relobj->output_section(text_shndx);