Searched refs:ssymbuf2 (Results 1 – 1 of 1) sorted by relevance
8980 struct elf_symbuf_head *ssymbuf1, *ssymbuf2; in bfd_elf_match_symbols_in_sections() local9033 ssymbuf2 = elf_tdata (bfd2)->symbuf; in bfd_elf_match_symbols_in_sections()9047 if (ssymbuf1 == NULL || ssymbuf2 == NULL) in bfd_elf_match_symbols_in_sections()9055 elf_tdata (bfd2)->symbuf = ssymbuf2 in bfd_elf_match_symbols_in_sections()9059 if (ssymbuf1 != NULL && ssymbuf2 != NULL) in bfd_elf_match_symbols_in_sections()9086 hi = ssymbuf2->count; in bfd_elf_match_symbols_in_sections()9087 ssymbuf2++; in bfd_elf_match_symbols_in_sections()9092 if ((unsigned int) shndx2 < ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()9094 else if ((unsigned int) shndx2 > ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()9098 count2 = ssymbuf2[mid].count; in bfd_elf_match_symbols_in_sections()[all …]