Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/bfd/
H A Delflink.c7433 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; in bfd_elf_match_symbols_in_sections() local
7544 symtable2 in bfd_elf_match_symbols_in_sections()
7545 = (struct elf_symbol *) bfd_malloc (count2 * sizeof (*symtable2)); in bfd_elf_match_symbols_in_sections()
7546 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
7559 symp = symtable2; in bfd_elf_match_symbols_in_sections()
7572 qsort (symtable2, 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()
7588 symtable2 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()
[all …]
/dflybsd-src/contrib/gdb-7/bfd/
H A Delflink.c7249 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; in bfd_elf_match_symbols_in_sections() local
7360 symtable2 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()
7362 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
7375 symp = symtable2; in bfd_elf_match_symbols_in_sections()
7388 qsort (symtable2, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
7393 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info in bfd_elf_match_symbols_in_sections()
7394 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other in bfd_elf_match_symbols_in_sections()
7395 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0) in bfd_elf_match_symbols_in_sections()
7404 symtable2 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()
7406 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
[all …]
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Delflink.c8007 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; in bfd_elf_match_symbols_in_sections() local
8122 symtable2 in bfd_elf_match_symbols_in_sections()
8123 = (struct elf_symbol *) bfd_malloc (count2 * sizeof (*symtable2)); in bfd_elf_match_symbols_in_sections()
8124 if (symtable1 == NULL || symtable2 == NULL) in bfd_elf_match_symbols_in_sections()
8137 symp = symtable2; in bfd_elf_match_symbols_in_sections()
8150 qsort (symtable2, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
8155 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info in bfd_elf_match_symbols_in_sections()
8156 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other in bfd_elf_match_symbols_in_sections()
8157 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0) in bfd_elf_match_symbols_in_sections()
8166 symtable2 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()
[all …]