Home | History | Annotate | Download | only in bfd

Lines Matching defs:ssymbuf2

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)
8786 count2 = ssymbuf2[mid].count;
8787 ssymbuf2 += mid;
8794 if (ELF_ST_TYPE (ssymbuf2->ssym[i].st_info) == STT_SECTION)
8823 for (ssym = ssymbuf2->ssym, ssymend = ssym + count2 + sec_count2;