Home | History | Annotate | Download | only in bfd

Lines Matching full:symcount

1686   int symcount;
1711 symcount = symtab_hdr->sh_size / sizeof (Elf32_External_Sym);
1713 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, symcount,
2141 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)) - symtab_hdr->sh_info;
2142 for (sym_index = 0; sym_index < symcount; sym_index++)