Searched refs:isymbuf1 (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delf.c8574 Elf_Internal_Sym *isymbuf1, *isymbuf2;
8626 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0,
8632 if (isymbuf1 == NULL || isymbuf2 == NULL)
8637 qsort (isymbuf1, symcount1, sizeof (Elf_Internal_Sym),
8644 for (isym = isymbuf1, isymend = isym + symcount1;
8724 if (isymbuf1)
8725 free (isymbuf1);
8563 Elf_Internal_Sym *isymbuf1, *isymbuf2; local
/haiku-buildtools/binutils/bfd/
H A Delflink.c7525 Elf_Internal_Sym *isymbuf1, *isymbuf2;
7560 isymbuf1 = NULL;
7567 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0,
7569 if (isymbuf1 == NULL)
7574 = elf_create_symbuf (symcount1, isymbuf1);
7690 for (isym = isymbuf1, isymend = isym + symcount1; isym < isymend; isym++)
7732 if (isymbuf1)
7733 free (isymbuf1);
7514 Elf_Internal_Sym *isymbuf1, *isymbuf2; local

Completed in 76 milliseconds