Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf.c8854 struct elf_symbol *symp, *symtable1 = NULL, *symtable2 = NULL; in bfd_elf_match_symbols_in_sections() local
8970 symtable2 = bfd_malloc (count1 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
8972 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
8986 symp = symtable2; in bfd_elf_match_symbols_in_sections()
9000 qsort (symtable2, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
9005 if (symtable1 [i].sym->st_info != symtable2 [i].sym->st_info in bfd_elf_match_symbols_in_sections()
9006 || symtable1 [i].sym->st_other != symtable2 [i].sym->st_other in bfd_elf_match_symbols_in_sections()
9007 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0) in bfd_elf_match_symbols_in_sections()
9015 if (symtable2) in bfd_elf_match_symbols_in_sections()
9016 free (symtable2); in bfd_elf_match_symbols_in_sections()