Searched refs:old_sh_link (Results 1 – 2 of 2) sorted by relevance
993 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf() member1270 shdr_info[cnt].old_sh_link = shdr_info[cnt].shdr.sh_link; in handle_elf()1271 if (shdr_info[cnt].old_sh_link >= shnum) in handle_elf()2185 const Elf32_Word symtabidx = info->old_sh_link; in handle_elf()2278 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf()2337 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf()
1998 const size_t old_sh_link = elf_ndxscn (stripped_symtab->scn); in copy_elided_sections() local2002 if (sec->outscn != NULL && sec->shdr.sh_link == old_sh_link) in copy_elided_sections()