Lines Matching refs:symtable2

7433   struct elf_symbol *symtable1 = NULL, *symtable2 = NULL;  in bfd_elf_match_symbols_in_sections()  local
7544 symtable2 in bfd_elf_match_symbols_in_sections()
7545 = (struct elf_symbol *) bfd_malloc (count2 * sizeof (*symtable2)); in bfd_elf_match_symbols_in_sections()
7546 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
7559 symp = symtable2; in bfd_elf_match_symbols_in_sections()
7572 qsort (symtable2, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
7577 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info in bfd_elf_match_symbols_in_sections()
7578 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other in bfd_elf_match_symbols_in_sections()
7579 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0) in bfd_elf_match_symbols_in_sections()
7588 symtable2 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()
7590 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
7602 symtable2[count2++].u.isym = isym; in bfd_elf_match_symbols_in_sections()
7613 symtable2[i].name in bfd_elf_match_symbols_in_sections()
7615 symtable2[i].u.isym->st_name); in bfd_elf_match_symbols_in_sections()
7620 qsort (symtable2, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
7625 if (symtable1 [i].u.isym->st_info != symtable2 [i].u.isym->st_info in bfd_elf_match_symbols_in_sections()
7626 || symtable1 [i].u.isym->st_other != symtable2 [i].u.isym->st_other in bfd_elf_match_symbols_in_sections()
7627 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0) in bfd_elf_match_symbols_in_sections()
7635 if (symtable2) in bfd_elf_match_symbols_in_sections()
7636 free (symtable2); in bfd_elf_match_symbols_in_sections()