Home
last modified time | relevance | path

Searched refs:isymbuf1 (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
7185 isymbuf1 = NULL; in bfd_elf_match_symbols_in_sections()
7192 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0, in bfd_elf_match_symbols_in_sections()
7194 if (isymbuf1 == NULL) in bfd_elf_match_symbols_in_sections()
7199 = elf_create_symbuf (symcount1, isymbuf1); in bfd_elf_match_symbols_in_sections()
7315 for (isym = isymbuf1, isymend = isym + symcount1; isym < isymend; isym++) in bfd_elf_match_symbols_in_sections()
7357 if (isymbuf1) in bfd_elf_match_symbols_in_sections()
7358 free (isymbuf1); in bfd_elf_match_symbols_in_sections()