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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c8990 Elf_Internal_Sym *isymbuf1, *isymbuf2;
9042 isymbuf2 = NULL;
9060 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0,
9062 if (isymbuf2 == NULL)
9067 = elf_create_symbuf (symcount2, isymbuf2);
9172 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++)
9211 if (isymbuf2)
9212 free (isymbuf2);
8979 Elf_Internal_Sym *isymbuf1, *isymbuf2; local

Completed in 83 milliseconds