Searched refs:isymbuf1 (Results 1 – 1 of 1) sorted by relevance
7430 Elf_Internal_Sym *isymbuf1, *isymbuf2; in bfd_elf_match_symbols_in_sections() local7465 isymbuf1 = NULL; in bfd_elf_match_symbols_in_sections()7472 isymbuf1 = bfd_elf_get_elf_syms (bfd1, hdr1, symcount1, 0, in bfd_elf_match_symbols_in_sections()7474 if (isymbuf1 == NULL) in bfd_elf_match_symbols_in_sections()7479 = elf_create_symbuf (symcount1, isymbuf1); in bfd_elf_match_symbols_in_sections()7595 for (isym = isymbuf1, isymend = isym + symcount1; isym < isymend; isym++) in bfd_elf_match_symbols_in_sections()7637 if (isymbuf1) in bfd_elf_match_symbols_in_sections()7638 free (isymbuf1); in bfd_elf_match_symbols_in_sections()