Home | History | Annotate | Download | only in bfd

Lines Matching full:symcount

3125   size_t symcount;
3160 symcount = hdr->sh_size / get_elf_backend_data (abfd)->s->sizeof_sym;
3166 extsymcount = symcount;
3171 extsymcount = symcount - hdr->sh_info;
3614 size_t symcount;
3976 symcount = hdr->sh_size / bed->s->sizeof_sym;
3983 extsymcount = symcount;
3988 extsymcount = symcount - hdr->sh_info;
7370 elf_create_symbuf (size_t symcount, Elf_Internal_Sym *isymbuf)
7377 indbuf = (Elf_Internal_Sym **) bfd_malloc2 (symcount, sizeof (*indbuf));
7381 for (ind = indbuf, i = 0; i < symcount; i++)
9091 size_t symcount;
9111 symcount = hdr->sh_size / bed->s->sizeof_sym;
9114 extsymcount = symcount;
9119 extsymcount = symcount - hdr->sh_info;
11337 and the relocs. We set symcount to force assign_section_numbers