Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf.c8847 bfd *bfd1, *bfd2; in bfd_elf_match_symbols_in_sections() local
8860 bfd2 = sec2->owner; in bfd_elf_match_symbols_in_sections()
8873 || bfd_get_flavour (bfd2) != bfd_target_elf_flavour) in bfd_elf_match_symbols_in_sections()
8889 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
8894 bed2 = get_elf_backend_data (bfd2); in bfd_elf_match_symbols_in_sections()
8897 hdr2 = &elf_tdata (bfd2)->symtab_hdr; in bfd_elf_match_symbols_in_sections()
8905 isymbuf2 = elf_tdata (bfd2)->symbuf; in bfd_elf_match_symbols_in_sections()
8923 isymbuf2 = bfd_elf_get_elf_syms (bfd2, hdr2, symcount2, 0, in bfd_elf_match_symbols_in_sections()
8932 elf_tdata (bfd2)->symbuf = isymbuf2; in bfd_elf_match_symbols_in_sections()
8991 symp->name = bfd_elf_string_from_elf_section (bfd2, in bfd_elf_match_symbols_in_sections()
DChangeLog-20043678 * bfd2-in.h: Regenerate.