Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delflink.c7150 Elf_Internal_Sym *isymbuf1, *isymbuf2; in bfd_elf_match_symbols_in_sections() local
7186 isymbuf2 = NULL; in bfd_elf_match_symbols_in_sections()
7204 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0, in bfd_elf_match_symbols_in_sections()
7206 if (isymbuf2 == NULL) in bfd_elf_match_symbols_in_sections()
7211 = elf_create_symbuf (symcount2, isymbuf2); in bfd_elf_match_symbols_in_sections()
7320 for (isym = isymbuf2, isymend = isym + symcount2; isym < isymend; isym++) in bfd_elf_match_symbols_in_sections()
7359 if (isymbuf2) in bfd_elf_match_symbols_in_sections()
7360 free (isymbuf2); in bfd_elf_match_symbols_in_sections()