Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delflink.c7363 struct elf_symbuf_head *ssymbuf, *ssymhead; in elf_create_symbuf() local
7397 for (ssymhead = ssymbuf, ind = indbuf; ind < indbufend; ssym++, ind++) in elf_create_symbuf()
7399 if (ind == indbuf || ssymhead->st_shndx != (*ind)->st_shndx) in elf_create_symbuf()
7401 ssymhead++; in elf_create_symbuf()
7402 ssymhead->ssym = ssym; in elf_create_symbuf()
7403 ssymhead->count = 0; in elf_create_symbuf()
7404 ssymhead->st_shndx = (*ind)->st_shndx; in elf_create_symbuf()
7409 ssymhead->count++; in elf_create_symbuf()
7411 BFD_ASSERT ((size_t) (ssymhead - ssymbuf) == shndx_count in elf_create_symbuf()