Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Delf.c8982 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; in bfd_elf_match_symbols_in_sections() local
9108 symtable2 = bfd_malloc (count2 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
9109 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
9122 symp = symtable2; in bfd_elf_match_symbols_in_sections()
9135 qsort (symtable2, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
9140 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info in bfd_elf_match_symbols_in_sections()
9141 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other in bfd_elf_match_symbols_in_sections()
9142 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0) in bfd_elf_match_symbols_in_sections()
9150 symtable2 = bfd_malloc (symcount2 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
9151 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
[all …]