Searched refs:symtable2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf.c8993 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL;
9119 symtable2 = bfd_malloc (count2 * sizeof (struct elf_symbol));
9120 if (symtable1 == NULL || symtable2 == NULL)
9133 symp = symtable2;
9146 qsort (symtable2, count1, sizeof (struct elf_symbol),
9151 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info
9152 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other
9153 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0)
9161 symtable2 = bfd_malloc (symcount2 * sizeof (struct elf_symbol));
9162 if (symtable1 == NULL || symtable2
8982 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; local
[all...]

Completed in 61 milliseconds