Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/bfd/
Delf.c8916 struct elf_symbuf_head *ssymbuf, *ssymhead; in elf_create_symbuf() local
8948 for (ssymhead = ssymbuf, ind = indbuf; ind < indbufend; ssym++, ind++) in elf_create_symbuf()
8950 if (ind == indbuf || ssymhead->st_shndx != (*ind)->st_shndx) in elf_create_symbuf()
8952 ssymhead++; in elf_create_symbuf()
8953 ssymhead->ssym = ssym; in elf_create_symbuf()
8954 ssymhead->count = 0; in elf_create_symbuf()
8955 ssymhead->st_shndx = (*ind)->st_shndx; in elf_create_symbuf()
8960 ssymhead->count++; in elf_create_symbuf()
8962 BFD_ASSERT ((bfd_size_type) (ssymhead - ssymbuf) == shndx_count); in elf_create_symbuf()