Searched refs:old_sh_link (Results 1 – 2 of 2) sorted by relevance
414 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf() member621 shdr_info[cnt].old_sh_link = shdr_info[cnt].shdr.sh_link; in handle_elf()622 if (shdr_info[cnt].old_sh_link >= shnum) in handle_elf()1398 const Elf32_Word symtabidx = shdr_info[cnt].old_sh_link; in handle_elf()1493 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf()1547 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf()
1731 const size_t old_sh_link = elf_ndxscn (stripped_symtab->scn); in copy_elided_sections() local1735 if (sec->outscn != NULL && sec->shdr.sh_link == old_sh_link) in copy_elided_sections()