Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dstrip.c1398 const Elf32_Word symtabidx = shdr_info[cnt].old_sh_link; in handle_elf() local
1399 const Elf32_Word *const newsymidx = shdr_info[symtabidx].newsymidx; in handle_elf()
1405 if (shdr_info[symtabidx].newsymidx == NULL) in handle_elf()
1412 && shdr_info[symtabidx].debug_data != NULL); in handle_elf()
1480 shdr_info[symtabidx].idx), in handle_elf()
1493 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf()
1514 for (size_t inner = shdr_info[symtabidx].shdr.sh_info; in handle_elf()
1547 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf()
1568 for (size_t inner = shdr_info[symtabidx].shdr.sh_info; in handle_elf()
1606 symd = elf_getdata (elf_getscn (newelf, shdr_info[symtabidx].idx), in handle_elf()