Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delflink.c7364 size_t i, shndx_count, total_size; in elf_create_symbuf() local
7378 shndx_count = 0; in elf_create_symbuf()
7380 for (ind = indbuf, shndx_count++; ind < indbufend - 1; ind++) in elf_create_symbuf()
7382 shndx_count++; in elf_create_symbuf()
7384 total_size = ((shndx_count + 1) * sizeof (*ssymbuf) in elf_create_symbuf()
7393 ssym = (struct elf_symbuf_symbol *) (ssymbuf + shndx_count + 1); in elf_create_symbuf()
7395 ssymbuf->count = shndx_count; in elf_create_symbuf()
7411 BFD_ASSERT ((size_t) (ssymhead - ssymbuf) == shndx_count in elf_create_symbuf()