Searched refs:bfd1 (Results 1 – 1 of 1) sorted by relevance
7426 bfd *bfd1, *bfd2; in bfd_elf_match_symbols_in_sections() local7438 bfd1 = sec1->owner; in bfd_elf_match_symbols_in_sections()7442 if (bfd_get_flavour (bfd1) != bfd_target_elf_flavour in bfd_elf_match_symbols_in_sections()7449 shndx1 = _bfd_elf_section_from_bfd_section (bfd1, sec1); in bfd_elf_match_symbols_in_sections()7454 bed1 = get_elf_backend_data (bfd1); in bfd_elf_match_symbols_in_sections()7456 hdr1 = &elf_tdata (bfd1)->symtab_hdr; in bfd_elf_match_symbols_in_sections()7467 ssymbuf1 = (struct elf_symbuf_head *) elf_tdata (bfd1)->symbuf; 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()7478 elf_tdata (bfd1)->symbuf = ssymbuf1 in bfd_elf_match_symbols_in_sections()7554 symp->name = bfd_elf_string_from_elf_section (bfd1, in bfd_elf_match_symbols_in_sections()[all …]