Lines Matching refs:extsymcount
153 bfd_size_type extsymcount; local
186 extsymcount = symcount;
191 extsymcount = symcount - hdr->sh_info;
195 if (extsymcount == 0)
199 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, extsymcount, extsymoff,
206 for (isym = isymbuf, isymend = isymbuf + extsymcount; isym < isymend; isym++)
1301 bfd_size_type extsymcount; local
1686 extsymcount = symcount;
1691 extsymcount = symcount - hdr->sh_info;
1696 if (extsymcount != 0)
1698 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, extsymcount, extsymoff,
1705 amt = extsymcount * sizeof (struct elf_link_hash_entry *);
1738 for (isym = isymbuf, isymend = isymbuf + extsymcount;
2347 for (symidx = 0; symidx < extsymcount; ++symidx)
2403 hppend = hpp + extsymcount;
6271 bfd_size_type extsymcount; local
6293 extsymcount = symcount;
6298 extsymcount = symcount - hdr->sh_info;
6302 if (extsymcount == 0)
6305 isymbuf = bfd_elf_get_elf_syms (input, hdr, extsymcount, extsymoff,
6327 isymend = isymbuf + extsymcount;
8259 bfd_size_type extsymcount; local
8264 extsymcount = elf_tdata (abfd)->symtab_hdr.sh_size/sizeof (Elf_External_Sym);
8266 extsymcount -= elf_tdata (abfd)->symtab_hdr.sh_info;
8269 sym_hashes_end = sym_hashes + extsymcount;