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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf.c8927 struct elf_symbuf_head *ssymbuf, *ssymhead;
8947 ssymbuf = bfd_malloc ((shndx_count + 1) * sizeof (*ssymbuf)
8949 if (ssymbuf == NULL)
8955 ssym = (struct elf_symbuf_symbol *) (ssymbuf + shndx_count + 1);
8956 ssymbuf->ssym = NULL;
8957 ssymbuf->count = shndx_count;
8958 ssymbuf->st_shndx = 0;
8959 for (ssymhead = ssymbuf, ind = indbuf; ind < indbufend; ssym++, ind++)
8973 BFD_ASSERT ((bfd_size_type) (ssymhead - ssymbuf)
8916 struct elf_symbuf_head *ssymbuf, *ssymhead; local
[all...]

Completed in 122 milliseconds