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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf.c8991 struct elf_symbuf_head *ssymbuf1, *ssymbuf2;
9044 ssymbuf2 = elf_tdata (bfd2)->symbuf;
9058 if (ssymbuf1 == NULL || ssymbuf2 == NULL)
9066 elf_tdata (bfd2)->symbuf = ssymbuf2
9070 if (ssymbuf1 != NULL && ssymbuf2 != NULL)
9097 hi = ssymbuf2->count;
9098 ssymbuf2++;
9103 if ((unsigned int) shndx2 < ssymbuf2[mid].st_shndx)
9105 else if ((unsigned int) shndx2 > ssymbuf2[mid].st_shndx)
9109 count2 = ssymbuf2[mi
8980 struct elf_symbuf_head *ssymbuf1, *ssymbuf2; local
[all...]

Completed in 122 milliseconds