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

Lines Matching refs:ibfd

6908 copy_eabi_attributes (bfd *ibfd, bfd *obfd)
6915 in_attr = &elf32_arm_tdata (ibfd)->known_eabi_attributes[4];
6926 for (list = elf32_arm_tdata (ibfd)->other_eabi_attributes;
6952 elf32_arm_copy_private_bfd_data (bfd *ibfd, bfd *obfd)
6957 if ( bfd_get_flavour (ibfd) != bfd_target_elf_flavour
6961 in_flags = elf_elfheader (ibfd)->e_flags;
6983 obfd, ibfd);
6998 elf_elfheader (ibfd)->e_ident[EI_OSABI];
7001 copy_eabi_attributes (ibfd, obfd);
7036 elf32_arm_merge_eabi_attributes (bfd *ibfd, bfd *obfd)
7050 copy_eabi_attributes (ibfd, obfd);
7059 in_attr = elf32_arm_tdata (ibfd)->known_eabi_attributes;
7071 ibfd, obfd);
7121 ibfd, in_attr[i].i, out_attr[i].i);
7135 (_("Warning: %B: Conflicting platform configuration"), ibfd);
7144 (_("ERROR: %B: Conflicting use of R9"), ibfd);
7157 ibfd);
7178 (_("ERROR: %B: Conflicting definitions of wchar_t"), ibfd);
7204 (_("ERROR: %B: Conflicting enum sizes"), ibfd);
7216 ibfd, obfd);
7225 in_list = elf32_arm_tdata (ibfd)->other_eabi_attributes;
7226 out_list = elf32_arm_tdata (ibfd)->other_eabi_attributes;
7236 ibfd, in_attr->s);
7256 ibfd, in_attr->s, in_attr->i);
7275 ibfd, in_attr->s, out_list->attr.i);
7286 ibfd, in_list->tag);
7312 elf32_arm_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
7320 if (! _bfd_generic_verify_endian_match (ibfd, obfd))
7323 if ( bfd_get_flavour (ibfd) != bfd_target_elf_flavour
7327 if (!elf32_arm_merge_eabi_attributes (ibfd, obfd))
7334 /* BFD_ASSERT (elf_flags_init (ibfd)); */
7336 in_flags = elf_elfheader (ibfd)->e_flags;
7347 if (bfd_get_arch_info (ibfd)->the_default
7348 && elf_elfheader (ibfd)->e_flags == 0)
7354 if (bfd_get_arch (obfd) == bfd_get_arch (ibfd)
7356 return bfd_set_arch_mach (obfd, bfd_get_arch (ibfd), bfd_get_mach (ibfd));
7363 if (! bfd_arm_merge_machines (ibfd, obfd))
7380 if (!(ibfd->flags & DYNAMIC))
7385 for (sec = ibfd->sections; sec != NULL; sec = sec->next)
7391 if ((bfd_get_section_flags (ibfd, sec)
7411 ibfd, obfd,
7420 && get_elf_backend_data (ibfd) != &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);
8806 bfd *ibfd;
8828 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
8837 if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour)
8840 for (s = ibfd->sections; s != NULL; s = s->next)
8864 local_got = elf_local_got_refcounts (ibfd);
8868 symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
8871 local_tls_type = elf32_arm_local_got_tls_type (ibfd);
8912 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
8915 bfd_elf32_arm_init_maps (ibfd);
8917 if (!bfd_elf32_arm_process_before_allocation (ibfd, info)
8918 || !bfd_elf32_arm_vfp11_erratum_scan (ibfd, info))
8921 ibfd->filename);