• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/bfd/

Lines Matching refs:obfd

2228     bfd * obfd;
2473 ret->obfd = abfd;
3061 if (elf32_arm_get_eabi_attr_int (globals->obfd, Tag_CPU_arch) > 2)
3275 bfd_elf32_arm_set_vfp11_fix (bfd *obfd, struct bfd_link_info *link_info)
3278 aeabi_attribute *out_attr = elf32_arm_tdata (obfd)->known_eabi_attributes;
3293 "workaround is not necessary for target architecture"), obfd);
4259 globals->obfd, sec, val, s,
4422 int arch = elf32_arm_get_eabi_attr_int (globals->obfd, Tag_CPU_arch);
6908 copy_eabi_attributes (bfd *ibfd, bfd *obfd)
6916 out_attr = &elf32_arm_tdata (obfd)->known_eabi_attributes[4];
6921 out_attr->s = attr_strdup (obfd, in_attr->s);
6934 elf32_arm_add_eabi_attr_int (obfd, list->tag, in_attr->i);
6937 elf32_arm_add_eabi_attr_string (obfd, list->tag, in_attr->s);
6940 elf32_arm_add_eabi_attr_compat (obfd, in_attr->i, in_attr->s);
6952 elf32_arm_copy_private_bfd_data (bfd *ibfd, bfd *obfd)
6958 || bfd_get_flavour (obfd) != bfd_target_elf_flavour)
6962 out_flags = elf_elfheader (obfd)->e_flags;
6964 if (elf_flags_init (obfd)
6983 obfd, ibfd);
6993 elf_elfheader (obfd)->e_flags = in_flags;
6994 elf_flags_init (obfd) = TRUE;
6997 elf_elfheader (obfd)->e_ident[EI_OSABI] =
7001 copy_eabi_attributes (ibfd, obfd);
7036 elf32_arm_merge_eabi_attributes (bfd *ibfd, bfd *obfd)
7047 if (!elf32_arm_tdata (obfd)->known_eabi_attributes[0].i)
7050 copy_eabi_attributes (ibfd, obfd);
7054 elf32_arm_tdata (obfd)->known_eabi_attributes[0].i = 1;
7060 out_attr = elf32_arm_tdata (obfd)->known_eabi_attributes;
7071 ibfd, obfd);
7088 out_attr[i].s = attr_strdup(obfd, in_attr[i].s);
7216 ibfd, obfd);
7243 elf32_arm_add_eabi_attr_compat (obfd, in_attr->i, in_attr->s);
7312 elf32_arm_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
7320 if (! _bfd_generic_verify_endian_match (ibfd, obfd))
7324 || bfd_get_flavour (obfd) != bfd_target_elf_flavour)
7327 if (!elf32_arm_merge_eabi_attributes (ibfd, obfd))
7337 out_flags = elf_elfheader (obfd)->e_flags;
7339 if (!elf_flags_init (obfd))
7351 elf_flags_init (obfd) = TRUE;
7352 elf_elfheader (obfd)->e_flags = in_flags;
7354 if (bfd_get_arch (obfd) == bfd_get_arch (ibfd)
7355 && bfd_get_arch_info (obfd)->the_default)
7356 return bfd_set_arch_mach (obfd, bfd_get_arch (ibfd), bfd_get_mach (ibfd));
7363 if (! bfd_arm_merge_machines (ibfd, obfd))
7411 ibfd, obfd,
7419 if (get_elf_backend_data (obfd) != &elf32_arm_vxworks_bed
7427 ibfd, obfd,
7438 ibfd, obfd);
7442 ibfd, obfd);
7452 ibfd, obfd);
7456 ibfd, obfd);
7466 ibfd, obfd);
7470 ibfd, obfd);
7489 ibfd, obfd);
7493 ibfd, obfd);
7507 ibfd, obfd);
7513 ibfd, obfd);