Home | History | Annotate | Download | only in gold

Lines Matching defs:strtab_shndx

227   unsigned int strtab_shndx = this->elf_file_.section_link(inputs_shndx);
228 if (strtab_shndx == elfcpp::SHN_UNDEF
229 || strtab_shndx > this->elf_file_.shnum()
230 || this->elf_file_.section_type(strtab_shndx) != elfcpp::SHT_STRTAB)
242 *p_strtab_shndx = strtab_shndx;
256 unsigned int strtab_shndx;
260 &strtab_shndx))
267 Location strtab_location(this->elf_file_.section_contents(strtab_shndx));