Home
last modified time | relevance | path

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

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