Lines Matching defs:symtable2
8678 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL;
8817 symtable2
8818 = (struct elf_symbol *) bfd_malloc (count2 * sizeof (*symtable2));
8819 if (symtable1 == NULL || symtable2 == NULL)
8837 symp = symtable2;
8855 qsort (symtable2, count1, sizeof (struct elf_symbol),
8860 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info
8861 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other
8862 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0)
8871 symtable2 = (struct elf_symbol *)
8873 if (symtable1 == NULL || symtable2 == NULL)
8889 symtable2[count2++].u.isym = isym;
8905 symtable2[i].name
8907 symtable2[i].u.isym->st_name);
8908 if (symtable2[i].name == NULL)
8915 qsort (symtable2, count1, sizeof (struct elf_symbol),
8920 if (symtable1 [i].u.isym->st_info != symtable2 [i].u.isym->st_info
8921 || symtable1 [i].u.isym->st_other != symtable2 [i].u.isym->st_other
8922 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0)
8929 free (symtable2);