Searched refs:symtable2 (Results 1 – 1 of 1) sorted by relevance
7153 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; in bfd_elf_match_symbols_in_sections() local7264 symtable2 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()7266 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()7279 symp = symtable2; in bfd_elf_match_symbols_in_sections()7292 qsort (symtable2, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()7297 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info in bfd_elf_match_symbols_in_sections()7298 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other in bfd_elf_match_symbols_in_sections()7299 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0) in bfd_elf_match_symbols_in_sections()7308 symtable2 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()7310 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()[all …]