HomeSort by: relevance | last modified time | path
    Searched defs:symcount2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 8751 size_t symcount1, symcount2;
8782 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym;
8784 if (symcount1 == 0 || symcount2 == 0)
8816 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
8823 ssymbuf2 = elf_create_symbuf (symcount2, isymbuf2);
8949 bfd_malloc (symcount2 * sizeof (struct elf_symbol));
8962 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++)
8740 size_t symcount1, symcount2; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 8743 size_t symcount1, symcount2;
8774 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym;
8776 if (symcount1 == 0 || symcount2 == 0)
8808 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
8815 ssymbuf2 = elf_create_symbuf (symcount2, isymbuf2);
8941 bfd_malloc (symcount2 * sizeof (struct elf_symbol));
8954 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++)
8732 size_t symcount1, symcount2; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 8674 size_t symcount1, symcount2;
8705 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym;
8707 if (symcount1 == 0 || symcount2 == 0)
8739 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
8746 ssymbuf2 = elf_create_symbuf (symcount2, isymbuf2);
8872 bfd_malloc (symcount2 * sizeof (struct elf_symbol));
8885 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++)
8663 size_t symcount1, symcount2; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 8661 size_t symcount1, symcount2;
8692 symcount2 = hdr2->sh_size / bed2->s->sizeof_sym;
8694 if (symcount1 == 0 || symcount2 == 0)
8726 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
8733 ssymbuf2 = elf_create_symbuf (symcount2, isymbuf2);
8855 bfd_malloc (symcount2 * sizeof (struct elf_symbol));
8868 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++)
8650 size_t symcount1, symcount2; local

Completed in 58 milliseconds