Searched refs:shndx_count (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf.c8928 bfd_size_type i, shndx_count;
8941 shndx_count = 0;
8943 for (ind = indbuf, shndx_count++; ind < indbufend - 1; ind++)
8945 shndx_count++;
8947 ssymbuf = bfd_malloc ((shndx_count + 1) * sizeof (*ssymbuf)
8955 ssym = (struct elf_symbuf_symbol *) (ssymbuf + shndx_count + 1);
8957 ssymbuf->count = shndx_count;
8973 BFD_ASSERT ((bfd_size_type) (ssymhead - ssymbuf) == shndx_count);
8917 bfd_size_type i, shndx_count; local

Completed in 65 milliseconds