Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Delf.c8978 bfd_size_type symcount1, symcount2; in bfd_elf_match_symbols_in_sections() local
9022 symcount1 = hdr1->sh_size / bed1->s->sizeof_sym; in bfd_elf_match_symbols_in_sections()
9026 if (symcount1 == 0 || symcount2 == 0) in bfd_elf_match_symbols_in_sections()
9037 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0, in bfd_elf_match_symbols_in_sections()
9044 = elf_create_symbuf (symcount1, isymbuf1); in bfd_elf_match_symbols_in_sections()
9149 symtable1 = bfd_malloc (symcount1 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
9156 for (isym = isymbuf1, isymend = isym + symcount1; isym < isymend; isym++) in bfd_elf_match_symbols_in_sections()