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

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 8752 Elf_Internal_Sym *isymbuf1, *isymbuf2;
8788 isymbuf1 = NULL;
8802 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0,
8804 if (isymbuf1 == NULL)
8809 ssymbuf1 = elf_create_symbuf (symcount1, isymbuf1);
8955 for (isym = isymbuf1, isymend = isym + symcount1; isym < isymend; isym++)
9007 free (isymbuf1);
8741 Elf_Internal_Sym *isymbuf1, *isymbuf2; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 8744 Elf_Internal_Sym *isymbuf1, *isymbuf2;
8780 isymbuf1 = NULL;
8794 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0,
8796 if (isymbuf1 == NULL)
8801 ssymbuf1 = elf_create_symbuf (symcount1, isymbuf1);
8947 for (isym = isymbuf1, isymend = isym + symcount1; isym < isymend; isym++)
8999 free (isymbuf1);
8733 Elf_Internal_Sym *isymbuf1, *isymbuf2; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 8675 Elf_Internal_Sym *isymbuf1, *isymbuf2;
8711 isymbuf1 = NULL;
8725 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0,
8727 if (isymbuf1 == NULL)
8732 ssymbuf1 = elf_create_symbuf (symcount1, isymbuf1);
8878 for (isym = isymbuf1, isymend = isym + symcount1; isym < isymend; isym++)
8930 free (isymbuf1);
8664 Elf_Internal_Sym *isymbuf1, *isymbuf2; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 8662 Elf_Internal_Sym *isymbuf1, *isymbuf2;
8698 isymbuf1 = NULL;
8712 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0,
8714 if (isymbuf1 == NULL)
8719 ssymbuf1 = elf_create_symbuf (symcount1, isymbuf1);
8861 for (isym = isymbuf1, isymend = isym + symcount1; isym < isymend; isym++)
8905 free (isymbuf1);
8651 Elf_Internal_Sym *isymbuf1, *isymbuf2; local

Completed in 61 milliseconds