HomeSort by: relevance | last modified time | path
    Searched defs:ssymhead (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 8685 struct elf_symbuf_head *ssymbuf, *ssymhead;
8720 for (ssymhead = ssymbuf, ind = indbuf; ind < indbufend; ssym++, ind++)
8722 if (ind == indbuf || ssymhead->st_shndx != (*ind)->st_shndx)
8724 ssymhead++;
8725 ssymhead->ssym = ssym;
8726 ssymhead->count = 0;
8727 ssymhead->st_shndx = (*ind)->st_shndx;
8732 ssymhead->count++;
8734 BFD_ASSERT ((size_t) (ssymhead - ssymbuf) == shndx_count
8674 struct elf_symbuf_head *ssymbuf, *ssymhead; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 8677 struct elf_symbuf_head *ssymbuf, *ssymhead;
8712 for (ssymhead = ssymbuf, ind = indbuf; ind < indbufend; ssym++, ind++)
8714 if (ind == indbuf || ssymhead->st_shndx != (*ind)->st_shndx)
8716 ssymhead++;
8717 ssymhead->ssym = ssym;
8718 ssymhead->count = 0;
8719 ssymhead->st_shndx = (*ind)->st_shndx;
8724 ssymhead->count++;
8726 BFD_ASSERT ((size_t) (ssymhead - ssymbuf) == shndx_count
8666 struct elf_symbuf_head *ssymbuf, *ssymhead; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 8608 struct elf_symbuf_head *ssymbuf, *ssymhead;
8643 for (ssymhead = ssymbuf, ind = indbuf; ind < indbufend; ssym++, ind++)
8645 if (ind == indbuf || ssymhead->st_shndx != (*ind)->st_shndx)
8647 ssymhead++;
8648 ssymhead->ssym = ssym;
8649 ssymhead->count = 0;
8650 ssymhead->st_shndx = (*ind)->st_shndx;
8655 ssymhead->count++;
8657 BFD_ASSERT ((size_t) (ssymhead - ssymbuf) == shndx_count
8597 struct elf_symbuf_head *ssymbuf, *ssymhead; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 8595 struct elf_symbuf_head *ssymbuf, *ssymhead;
8630 for (ssymhead = ssymbuf, ind = indbuf; ind < indbufend; ssym++, ind++)
8632 if (ind == indbuf || ssymhead->st_shndx != (*ind)->st_shndx)
8634 ssymhead++;
8635 ssymhead->ssym = ssym;
8636 ssymhead->count = 0;
8637 ssymhead->st_shndx = (*ind)->st_shndx;
8642 ssymhead->count++;
8644 BFD_ASSERT ((size_t) (ssymhead - ssymbuf) == shndx_count
8584 struct elf_symbuf_head *ssymbuf, *ssymhead; local

Completed in 63 milliseconds