Home
last modified time | relevance | path

Searched refs:text_shndx (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Darm.cc1734 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()
[all …]
Daarch64.cc2109 unsigned int text_shndx, in text_section_is_scannable() argument
2121 if (os == NULL || symtab->is_section_folded(this, text_shndx)) in text_section_is_scannable()
2128 gold_assert(!this->is_output_section_offset_invalid(text_shndx) || in text_section_is_scannable()
2129 os->find_relaxed_input_section(this, text_shndx) != NULL); in text_section_is_scannable()
2170 unsigned int text_shndx = this->adjust_shndx(shdr.get_sh_info()); in section_needs_reloc_stub_scanning() local
2171 if (text_shndx >= this->shnum()) in section_needs_reloc_stub_scanning()
2176 text_shndx * shdr_size); in section_needs_reloc_stub_scanning()
2177 return this->text_section_is_scannable(text_shdr, text_shndx, in section_needs_reloc_stub_scanning()
2178 out_sections[text_shndx], symtab); in section_needs_reloc_stub_scanning()