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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf.c8577 struct elf_symbol *symp, *symtable1 = NULL, *symtable2 = NULL;
8677 symtable2 = bfd_malloc (count1 * sizeof (struct elf_symbol));
8679 if (symtable1 == NULL || symtable2 == NULL)
8693 symp = symtable2;
8707 qsort (symtable2, count1, sizeof (struct elf_symbol),
8712 if (symtable1 [i].sym->st_info != symtable2 [i].sym->st_info
8713 || symtable1 [i].sym->st_other != symtable2 [i].sym->st_other
8714 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0)
8722 if (symtable2)
8723 free (symtable2);
8566 struct elf_symbol *symp, *symtable1 = NULL, *symtable2 = NULL; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delflink.c7528 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL;
7639 symtable2
7640 = (struct elf_symbol *) bfd_malloc (count2 * sizeof (*symtable2));
7641 if (symtable1 == NULL || symtable2 == NULL)
7654 symp = symtable2;
7667 qsort (symtable2, count1, sizeof (struct elf_symbol),
7672 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info
7673 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other
7674 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0)
7683 symtable2
7517 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; local
[all...]

Completed in 110 milliseconds