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