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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c8927 struct elf_symbuf_head *ssymbuf, *ssymhead;
8959 for (ssymhead = ssymbuf, ind = indbuf; ind < indbufend; ssym++, ind++)
8961 if (ind == indbuf || ssymhead->st_shndx != (*ind)->st_shndx)
8963 ssymhead++;
8964 ssymhead->ssym = ssym;
8965 ssymhead->count = 0;
8966 ssymhead->st_shndx = (*ind)->st_shndx;
8971 ssymhead->count++;
8973 BFD_ASSERT ((bfd_size_type) (ssymhead - ssymbuf) == shndx_count);
8916 struct elf_symbuf_head *ssymbuf, *ssymhead; local

Completed in 154 milliseconds