Home | History | Annotate | Download | only in bfd

Lines Matching defs:obfd

1846   bfd *obfd;
2092 elfNN_aarch64_link_hash_table_free (bfd *obfd)
2095 = (struct elf_aarch64_link_hash_table *) obfd->link.hash;
2103 _bfd_elf_link_hash_table_free (obfd);
2128 ret->obfd = abfd;
5510 elfNN_aarch64_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
5518 if (!_bfd_generic_verify_endian_match (ibfd, obfd))
5521 if (!is_aarch64_elf (ibfd) || !is_aarch64_elf (obfd))
5531 out_flags = elf_elfheader (obfd)->e_flags;
5533 if (!elf_flags_init (obfd))
5545 elf_flags_init (obfd) = TRUE;
5546 elf_elfheader (obfd)->e_flags = in_flags;
5548 if (bfd_get_arch (obfd) == bfd_get_arch (ibfd)
5549 && bfd_get_arch_info (obfd)->the_default)
5550 return bfd_set_arch_mach (obfd, bfd_get_arch (ibfd),