Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf.c8850 bfd_size_type symcount1, symcount2; in bfd_elf_match_symbols_in_sections() local
8896 symcount1 = hdr1->sh_size / bed1->s->sizeof_sym; in bfd_elf_match_symbols_in_sections()
8900 if (symcount1 == 0 || symcount2 == 0) in bfd_elf_match_symbols_in_sections()
8909 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0, in bfd_elf_match_symbols_in_sections()
8915 qsort (isymbuf1, symcount1, sizeof (Elf_Internal_Sym), in bfd_elf_match_symbols_in_sections()
8937 for (isym = isymbuf1, isymend = isym + symcount1; in bfd_elf_match_symbols_in_sections()