Lines Matching refs:symtable2
7153 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; in bfd_elf_match_symbols_in_sections() local
7264 symtable2 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()
7266 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
7279 symp = symtable2; in bfd_elf_match_symbols_in_sections()
7292 qsort (symtable2, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
7297 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info in bfd_elf_match_symbols_in_sections()
7298 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other in bfd_elf_match_symbols_in_sections()
7299 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0) in bfd_elf_match_symbols_in_sections()
7308 symtable2 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()
7310 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
7322 symtable2[count2++].u.isym = isym; in bfd_elf_match_symbols_in_sections()
7333 symtable2[i].name in bfd_elf_match_symbols_in_sections()
7335 symtable2[i].u.isym->st_name); in bfd_elf_match_symbols_in_sections()
7340 qsort (symtable2, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
7345 if (symtable1 [i].u.isym->st_info != symtable2 [i].u.isym->st_info in bfd_elf_match_symbols_in_sections()
7346 || symtable1 [i].u.isym->st_other != symtable2 [i].u.isym->st_other in bfd_elf_match_symbols_in_sections()
7347 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0) in bfd_elf_match_symbols_in_sections()
7355 if (symtable2) in bfd_elf_match_symbols_in_sections()
7356 free (symtable2); in bfd_elf_match_symbols_in_sections()