Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c2185 const Elf32_Word symtabidx = info->old_sh_link; in handle_elf() local
2186 elf_assert (symtabidx < shnum + 2); in handle_elf()
2187 const Elf32_Word *const newsymidx = shdr_info[symtabidx].newsymidx; in handle_elf()
2196 if (info->idx == 0 && shdr_info[symtabidx].debug_data != NULL) in handle_elf()
2212 const Elf32_Word symidxn = (shdr_info[symtabidx].data->d_size in handle_elf()
2264 shdr_info[symtabidx].idx), in handle_elf()
2278 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf()
2305 for (size_t inner = shdr_info[symtabidx].shdr.sh_info; in handle_elf()
2337 size_t strshndx = shdr_info[symtabidx].old_sh_link; in handle_elf()
2366 for (size_t inner = shdr_info[symtabidx].shdr.sh_info; in handle_elf()
[all …]