Lines Matching refs:ssymbuf1
7431 struct elf_symbuf_head *ssymbuf1, *ssymbuf2; in bfd_elf_match_symbols_in_sections() local
7467 ssymbuf1 = (struct elf_symbuf_head *) elf_tdata (bfd1)->symbuf; in bfd_elf_match_symbols_in_sections()
7470 if (ssymbuf1 == NULL) in bfd_elf_match_symbols_in_sections()
7478 elf_tdata (bfd1)->symbuf = ssymbuf1 in bfd_elf_match_symbols_in_sections()
7482 if (ssymbuf1 == NULL || ssymbuf2 == NULL) in bfd_elf_match_symbols_in_sections()
7489 if (ssymbuf1 != NULL && !info->reduce_memory_overheads) in bfd_elf_match_symbols_in_sections()
7494 if (ssymbuf1 != NULL && ssymbuf2 != NULL) in bfd_elf_match_symbols_in_sections()
7502 hi = ssymbuf1->count; in bfd_elf_match_symbols_in_sections()
7503 ssymbuf1++; in bfd_elf_match_symbols_in_sections()
7508 if (shndx1 < ssymbuf1[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
7510 else if (shndx1 > ssymbuf1[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
7514 count1 = ssymbuf1[mid].count; in bfd_elf_match_symbols_in_sections()
7515 ssymbuf1 += mid; in bfd_elf_match_symbols_in_sections()
7550 for (ssym = ssymbuf1->ssym, ssymend = ssym + count1; in bfd_elf_match_symbols_in_sections()