Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delflink.c7433 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; in bfd_elf_match_symbols_in_sections() local
7542 symtable1 in bfd_elf_match_symbols_in_sections()
7543 = (struct elf_symbol *) bfd_malloc (count1 * sizeof (*symtable1)); in bfd_elf_match_symbols_in_sections()
7546 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
7549 symp = symtable1; in bfd_elf_match_symbols_in_sections()
7570 qsort (symtable1, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
7577 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info in bfd_elf_match_symbols_in_sections()
7578 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other in bfd_elf_match_symbols_in_sections()
7579 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0) in bfd_elf_match_symbols_in_sections()
7586 symtable1 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()
[all …]