Searched refs:shndx_count (Results 1 – 1 of 1) sorted by relevance
7084 bfd_size_type i, shndx_count, total_size; in elf_create_symbuf() local7098 shndx_count = 0; in elf_create_symbuf()7100 for (ind = indbuf, shndx_count++; ind < indbufend - 1; ind++) in elf_create_symbuf()7102 shndx_count++; in elf_create_symbuf()7104 total_size = ((shndx_count + 1) * sizeof (*ssymbuf) in elf_create_symbuf()7113 ssym = (struct elf_symbuf_symbol *) (ssymbuf + shndx_count + 1); in elf_create_symbuf()7115 ssymbuf->count = shndx_count; in elf_create_symbuf()7131 BFD_ASSERT ((bfd_size_type) (ssymhead - ssymbuf) == shndx_count in elf_create_symbuf()