Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c993 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf() member
1270 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()
Dunstrip.c1998 const size_t old_sh_link = elf_ndxscn (stripped_symtab->scn); in copy_elided_sections() local
2002 if (sec->outscn != NULL && sec->shdr.sh_link == old_sh_link) in copy_elided_sections()