Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Delf.c8982 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; in bfd_elf_match_symbols_in_sections() local
9109 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
9122 symp = symtable2; in bfd_elf_match_symbols_in_sections()
9151 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
9163 symtable2[count2++].u.isym = isym; in bfd_elf_match_symbols_in_sections()
9174 symtable2[i].name in bfd_elf_match_symbols_in_sections()
9176 symtable2[i].u.isym->st_name); in bfd_elf_match_symbols_in_sections()
9181 qsort (symtable2, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
9188 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0) in bfd_elf_match_symbols_in_sections()
9196 if (symtable2) in bfd_elf_match_symbols_in_sections()
[all …]