Searched refs:old_sh_link (Results 1 – 2 of 2) sorted by relevance
429 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf() member642 shdr_info[cnt].old_sh_link = shdr_info[cnt].shdr.sh_link; in handle_elf()643 if (shdr_info[cnt].old_sh_link >= shnum) in handle_elf()1464 const Elf32_Word symtabidx = shdr_info[cnt].old_sh_link; in handle_elf()1567 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf()1627 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf()
1838 const size_t old_sh_link = elf_ndxscn (stripped_symtab->scn); in copy_elided_sections() local1842 if (sec->outscn != NULL && sec->shdr.sh_link == old_sh_link) in copy_elided_sections()