Home | History | Annotate | Download | only in bfd

Lines Matching full:symcount

8077 	      unsigned long symcount;
8082 symcount = NUM_SHDR_ENTRIES (symtab_hdr);
8084 symcount = symtab_hdr->sh_info;
8085 amt = symcount * sizeof (asection *);
8202 unsigned long symcount;
8207 symcount = NUM_SHDR_ENTRIES (symtab_hdr);
8209 symcount = symtab_hdr->sh_info;
8210 amt = symcount * sizeof (asection *);
13059 unsigned int symcount;
13091 symcount = (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)
13094 end_hashes = sym_hashes + symcount;
15987 long symcount ATTRIBUTE_UNUSED,