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

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 8753 struct elf_symbuf_head *ssymbuf1, *ssymbuf2;
8791 ssymbuf2 = (struct elf_symbuf_head *) elf_tdata (bfd2)->symbuf;
8814 if (ssymbuf1 == NULL || ssymbuf2 == NULL)
8823 ssymbuf2 = elf_create_symbuf (symcount2, isymbuf2);
8824 elf_tdata (bfd2)->symbuf = ssymbuf2;
8828 if (ssymbuf1 != NULL && ssymbuf2 != NULL)
8863 hi = ssymbuf2->count;
8864 ssymbuf2++;
8870 if (shndx2 < ssymbuf2[mid].st_shndx)
8872 else if (shndx2 > ssymbuf2[mid].st_shndx
8742 struct elf_symbuf_head *ssymbuf1, *ssymbuf2; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 8745 struct elf_symbuf_head *ssymbuf1, *ssymbuf2;
8783 ssymbuf2 = (struct elf_symbuf_head *) elf_tdata (bfd2)->symbuf;
8806 if (ssymbuf1 == NULL || ssymbuf2 == NULL)
8815 ssymbuf2 = elf_create_symbuf (symcount2, isymbuf2);
8816 elf_tdata (bfd2)->symbuf = ssymbuf2;
8820 if (ssymbuf1 != NULL && ssymbuf2 != NULL)
8855 hi = ssymbuf2->count;
8856 ssymbuf2++;
8862 if (shndx2 < ssymbuf2[mid].st_shndx)
8864 else if (shndx2 > ssymbuf2[mid].st_shndx
8734 struct elf_symbuf_head *ssymbuf1, *ssymbuf2; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 8676 struct elf_symbuf_head *ssymbuf1, *ssymbuf2;
8714 ssymbuf2 = (struct elf_symbuf_head *) elf_tdata (bfd2)->symbuf;
8737 if (ssymbuf1 == NULL || ssymbuf2 == NULL)
8746 ssymbuf2 = elf_create_symbuf (symcount2, isymbuf2);
8747 elf_tdata (bfd2)->symbuf = ssymbuf2;
8751 if (ssymbuf1 != NULL && ssymbuf2 != NULL)
8786 hi = ssymbuf2->count;
8787 ssymbuf2++;
8793 if (shndx2 < ssymbuf2[mid].st_shndx)
8795 else if (shndx2 > ssymbuf2[mid].st_shndx
8665 struct elf_symbuf_head *ssymbuf1, *ssymbuf2; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 8663 struct elf_symbuf_head *ssymbuf1, *ssymbuf2;
8701 ssymbuf2 = (struct elf_symbuf_head *) elf_tdata (bfd2)->symbuf;
8724 if (ssymbuf1 == NULL || ssymbuf2 == NULL)
8733 ssymbuf2 = elf_create_symbuf (symcount2, isymbuf2);
8734 elf_tdata (bfd2)->symbuf = ssymbuf2;
8738 if (ssymbuf1 != NULL && ssymbuf2 != NULL)
8773 hi = ssymbuf2->count;
8774 ssymbuf2++;
8780 if (shndx2 < ssymbuf2[mid].st_shndx)
8782 else if (shndx2 > ssymbuf2[mid].st_shndx
8652 struct elf_symbuf_head *ssymbuf1, *ssymbuf2; local
    [all...]

Completed in 48 milliseconds