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

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 8752 Elf_Internal_Sym *isymbuf1, *isymbuf2;
8789 isymbuf2 = NULL;
8816 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
8818 if (isymbuf2 == NULL)
8823 ssymbuf2 = elf_create_symbuf (symcount2, isymbuf2);
8962 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++)
9008 free (isymbuf2);
8741 Elf_Internal_Sym *isymbuf1, *isymbuf2; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 8744 Elf_Internal_Sym *isymbuf1, *isymbuf2;
8781 isymbuf2 = NULL;
8808 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
8810 if (isymbuf2 == NULL)
8815 ssymbuf2 = elf_create_symbuf (symcount2, isymbuf2);
8954 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++)
9000 free (isymbuf2);
8733 Elf_Internal_Sym *isymbuf1, *isymbuf2; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 8675 Elf_Internal_Sym *isymbuf1, *isymbuf2;
8712 isymbuf2 = NULL;
8739 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
8741 if (isymbuf2 == NULL)
8746 ssymbuf2 = elf_create_symbuf (symcount2, isymbuf2);
8885 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++)
8931 free (isymbuf2);
8664 Elf_Internal_Sym *isymbuf1, *isymbuf2; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 8662 Elf_Internal_Sym *isymbuf1, *isymbuf2;
8699 isymbuf2 = NULL;
8726 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
8728 if (isymbuf2 == NULL)
8733 ssymbuf2 = elf_create_symbuf (symcount2, isymbuf2);
8868 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++)
8906 free (isymbuf2);
8651 Elf_Internal_Sym *isymbuf1, *isymbuf2; local

Completed in 61 milliseconds