Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delflink.c7429 size_t symcount1, symcount2; in bfd_elf_match_symbols_in_sections() local
7459 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym; in bfd_elf_match_symbols_in_sections()
7461 if (symcount1 == 0 || symcount2 == 0) in bfd_elf_match_symbols_in_sections()
7484 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0, in bfd_elf_match_symbols_in_sections()
7491 = elf_create_symbuf (symcount2, isymbuf2); in bfd_elf_match_symbols_in_sections()
7589 bfd_malloc (symcount2 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
7600 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++) in bfd_elf_match_symbols_in_sections()