Searched refs:symtable1 (Results 1 – 1 of 1) sorted by relevance
8854 struct elf_symbol *symp, *symtable1 = NULL, *symtable2 = NULL; in bfd_elf_match_symbols_in_sections() local8969 symtable1 = bfd_malloc (count1 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()8972 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()8975 symp = symtable1; in bfd_elf_match_symbols_in_sections()8998 qsort (symtable1, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()9005 if (symtable1 [i].sym->st_info != symtable2 [i].sym->st_info in bfd_elf_match_symbols_in_sections()9006 || symtable1 [i].sym->st_other != symtable2 [i].sym->st_other in bfd_elf_match_symbols_in_sections()9007 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0) in bfd_elf_match_symbols_in_sections()9013 if (symtable1) in bfd_elf_match_symbols_in_sections()9014 free (symtable1); in bfd_elf_match_symbols_in_sections()