Searched refs:ibfd (Results 1 - 25 of 64) sorted by relevance

123

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-sparc.c70 elf32_sparc_merge_private_bfd_data (bfd *ibfd, bfd *obfd) argument
77 if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour
83 ibfd_mach = bfd_get_mach (ibfd);
88 (_("%B: compiled for a 64 bit system and target is 32 bit"), ibfd);
90 else if ((ibfd->flags & DYNAMIC) == 0)
96 if (((elf_elfheader (ibfd)->e_flags & EF_SPARC_LEDATA)
101 (_("%B: linking little endian files with big endian files"), ibfd);
104 previous_ibfd_e_flags = elf_elfheader (ibfd)->e_flags & EF_SPARC_LEDATA;
H A Delf32-sh64.c189 sh64_elf_copy_private_data (bfd * ibfd, bfd * obfd) argument
191 if ( bfd_get_flavour (ibfd) != bfd_target_elf_flavour
197 == elf_elfheader (ibfd)->e_flags));
199 elf_elfheader (obfd)->e_flags = elf_elfheader (ibfd)->e_flags;
204 sh64_elf_merge_private_data (bfd *ibfd, bfd *obfd) argument
208 if (! _bfd_generic_verify_endian_match (ibfd, obfd))
211 if ( bfd_get_flavour (ibfd) != bfd_target_elf_flavour
215 if (bfd_get_arch_size (ibfd) != bfd_get_arch_size (obfd))
219 if (bfd_get_arch_size (ibfd) == 32
222 else if (bfd_get_arch_size (ibfd)
310 sh64_bfd_elf_copy_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec) argument
[all...]
H A Delf32-xstormy16.c568 bfd *ibfd;
594 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link_next)
596 bfd_vma *local_plt_offsets = elf_local_got_offsets (ibfd);
604 symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
609 isymbuf = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
633 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
668 for (ibfd
566 bfd *ibfd; local
[all...]
H A Delf32-mt.c480 mt_elf_copy_private_bfd_data (bfd * ibfd, bfd * obfd)
482 if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour
487 || elf_elfheader (obfd)->e_flags == elf_elfheader (ibfd)->e_flags);
489 elf_elfheader (obfd)->e_flags = elf_elfheader (ibfd)->e_flags;
498 mt_elf_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
504 if (_bfd_generic_verify_endian_match (ibfd, obfd) == FALSE)
509 if (strcmp (ibfd->arch_info->arch_name, "mt") != 0)
514 new_flags = elf_elfheader (ibfd)->e_flags;
519 ibfd, old_flags, new_flags, elf_flags_init (obfd) ? "yes" : "no");
536 obfd->arch_info = ibfd
479 mt_elf_copy_private_bfd_data(bfd * ibfd, bfd * obfd) argument
497 mt_elf_merge_private_bfd_data(bfd * ibfd, bfd * obfd) argument
[all...]
H A Delf32-spu.c362 bfd *ibfd)
364 Elf_Internal_Shdr *symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
368 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (ibfd);
400 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
421 symsec = bfd_section_from_elf_index (ibfd, sym->st_shndx);
484 bfd *ibfd; local
486 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd
357 get_sym_h(struct elf_link_hash_entry **hp, Elf_Internal_Sym **symp, asection **symsecp, Elf_Internal_Sym **locsymsp, unsigned long r_symndx, bfd *ibfd) argument
743 bfd *ibfd; local
[all...]
H A Dcpu-sh.c488 sh_merge_bfd_arch (bfd *ibfd, bfd *obfd) argument
492 if (! _bfd_generic_verify_endian_match (ibfd, obfd))
496 new_arch = sh_get_arch_up_from_bfd_mach (bfd_get_mach (ibfd));
504 ibfd,
515 bfd_printable_name (ibfd));
H A Dcpu-arm.c156 bfd_arm_merge_machines (bfd *ibfd, bfd *obfd) argument
158 unsigned int in = bfd_get_mach (ibfd);
190 ibfd, obfd);
201 obfd, ibfd);
H A Dcoff-stgo32.c392 /* If ibfd was a stubbed coff image, copy the stub from that bfd
396 go32_stubbed_coff_bfd_copy_private_bfd_data (ibfd, obfd)
397 bfd *ibfd;
401 if (ibfd->xvec != obfd->xvec)
405 if (bfd_coff_go32stub (ibfd) == NULL
410 memcpy (bfd_coff_go32stub (obfd), bfd_coff_go32stub (ibfd), STUBSIZE);
H A Delf32-m32c.c749 m32c_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
758 new_flags = elf_elfheader (ibfd)->e_flags;
764 bfd_get_filename (ibfd));
810 bfd_get_filename (ibfd), new_opt, old_opt);
822 bfd_get_filename (ibfd), (long)new_flags, (long)old_flags);
1050 bfd *ibfd;
1076 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd
745 m32c_elf_merge_private_bfd_data(bfd *ibfd, bfd *obfd) argument
1044 bfd *ibfd; local
[all...]
H A Dcoff-arm.c2134 bfd *ibfd,
2143 h = obj_coff_sym_hashes (ibfd)[irel->r_symndx];
2160 coff_arm_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
2162 BFD_ASSERT (ibfd != NULL && obfd != NULL);
2164 if (ibfd == obfd)
2170 if ( ibfd->xvec->flavour != bfd_target_coff_flavour
2176 if (! bfd_arm_merge_machines (ibfd, obfd))
2180 if (APCS_SET (ibfd))
2185 if (APCS_26_FLAG (obfd) != APCS_26_FLAG (ibfd))
2190 ibfd, obf
2130 coff_arm_adjust_symndx(bfd *obfd ATTRIBUTE_UNUSED, struct bfd_link_info *info ATTRIBUTE_UNUSED, bfd *ibfd, asection *sec, struct internal_reloc *irel, bfd_boolean *adjustedp) argument
2158 coff_arm_merge_private_bfd_data(bfd * ibfd, bfd * obfd) argument
[all...]
H A Delf32-iq2000.c705 iq2000_elf_copy_private_bfd_data (bfd *ibfd, bfd *obfd)
707 if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour
712 || elf_elfheader (obfd)->e_flags == elf_elfheader (ibfd)->e_flags);
714 elf_elfheader (obfd)->e_flags = elf_elfheader (ibfd)->e_flags;
723 iq2000_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
732 new_flags = elf_elfheader (ibfd)->e_flags;
782 bfd_get_filename (ibfd), new_opt, old_opt);
795 bfd_get_filename (ibfd), (long)new_flags, (long)old_flags);
697 iq2000_elf_copy_private_bfd_data(bfd *ibfd, bfd *obfd) argument
715 iq2000_elf_merge_private_bfd_data(bfd *ibfd, bfd *obfd) argument
H A Delf64-ppc.c2542 ppc64_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
2545 if (ibfd->xvec->byteorder != obfd->xvec->byteorder
2546 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN
2551 if (bfd_big_endian (ibfd))
2558 (*_bfd_error_handler) (msg, ibfd);
4148 ppc64_elf_add_symbol_hook (bfd *ibfd ATTRIBUTE_UNUSED,
4157 && strcmp (bfd_get_section_name (ibfd, *sec), ".opd") == 0)
4265 ppc64_elf_check_directives (bfd *ibfd, struct bfd_link_info *info)
4274 if (is_ppc64_elf_target (ibfd->xvec))
4308 ppc64_elf_as_needed_cleanup (bfd *ibfd ATTRIBUTE_UNUSE
2540 ppc64_elf_merge_private_bfd_data(bfd *ibfd, bfd *obfd) argument
4261 ppc64_elf_check_directives(bfd *ibfd, struct bfd_link_info *info) argument
6012 get_sym_h(struct elf_link_hash_entry **hp, Elf_Internal_Sym **symp, asection **symsecp, char **tls_maskp, Elf_Internal_Sym **locsymsp, unsigned long r_symndx, bfd *ibfd) argument
6112 get_tls_mask(char **tls_maskp, unsigned long *toc_symndx, Elf_Internal_Sym **locsymsp, const Elf_Internal_Rela *rel, bfd *ibfd) argument
6279 bfd *ibfd = sec->owner; local
6354 bfd *ibfd; local
6806 bfd *ibfd; local
7196 bfd *ibfd; local
7857 bfd *ibfd; local
[all...]
H A Delf32-mep.c738 mep_elf_copy_private_bfd_data (bfd * ibfd, bfd * obfd)
740 if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour
744 elf_elfheader (obfd)->e_flags = elf_elfheader (ibfd)->e_flags;
753 mep_elf_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
760 if (_bfd_generic_verify_endian_match (ibfd, obfd) == FALSE)
763 new_flags = elf_elfheader (ibfd)->e_flags;
768 ibfd, old_flags, new_flags, elf_flags_init (obfd) ? "yes" : "no");
798 _bfd_error_handler (_("%B and %B are for different cores"), last_ibfd, ibfd);
815 _bfd_error_handler (_("%B and %B are for different configurations"), last_ibfd, ibfd);
822 last_ibfd = ibfd;
731 mep_elf_copy_private_bfd_data(bfd * ibfd, bfd * obfd) argument
746 mep_elf_merge_private_bfd_data(bfd * ibfd, bfd * obfd) argument
[all...]
H A Delf32-arm.c6908 copy_eabi_attributes (bfd *ibfd, bfd *obfd) argument
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) argument
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, bf argument
7312 elf32_arm_merge_private_bfd_data(bfd * ibfd, bfd * obfd) argument
8806 bfd *ibfd; local
[all...]
H A Delf.c322 bfd_elf_get_elf_syms (bfd *ibfd, argument
347 if (symtab_hdr == &elf_tdata (ibfd)->symtab_hdr)
348 shndx_hdr = &elf_tdata (ibfd)->symtab_shndx_hdr;
353 bed = get_elf_backend_data (ibfd);
363 || bfd_seek (ibfd, pos, SEEK_SET) != 0
364 || bfd_bread (extsym_buf, amt, ibfd) != amt)
383 || bfd_seek (ibfd, pos, SEEK_SET) != 0
384 || bfd_bread (extshndx_buf, amt, ibfd) != amt)
403 if (!(*bed->s->swap_symbol_in) (ibfd, esym, shndx, isym))
408 ibfd, (unsigne
1035 bfd *ibfd; local
1079 _bfd_elf_copy_private_bfd_data(bfd *ibfd, bfd *obfd) argument
5168 rewrite_elf_program_header(bfd *ibfd, bfd *obfd) argument
5777 copy_elf_program_header(bfd *ibfd, bfd *obfd) argument
5897 copy_private_bfd_data(bfd *ibfd, bfd *obfd) argument
5973 _bfd_elf_init_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec, struct bfd_link_info *link_info) argument
6040 _bfd_elf_copy_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec) argument
6069 _bfd_elf_copy_private_header_data(bfd *ibfd, bfd *obfd) argument
6125 _bfd_elf_copy_private_symbol_data(bfd *ibfd, asymbol *isymarg, bfd *obfd, asymbol *osymarg) argument
[all...]
H A Delf64-sparc.c631 elf64_sparc_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
637 if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour
641 new_flags = elf_elfheader (ibfd)->e_flags;
660 if ((ibfd->flags & DYNAMIC) != 0)
680 ibfd);
699 ibfd, (long) new_flags, (long) old_flags);
629 elf64_sparc_merge_private_bfd_data(bfd *ibfd, bfd *obfd) argument
H A Dlibbfd.c925 _bfd_generic_verify_endian_match (bfd *ibfd, bfd *obfd)
927 if (ibfd->xvec->byteorder != obfd->xvec->byteorder
928 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN
933 if (bfd_big_endian (ibfd))
938 (*_bfd_error_handler) (msg, ibfd);
1041 _bfd_generic_init_private_section_data (bfd *ibfd ATTRIBUTE_UNUSED,
922 _bfd_generic_verify_endian_match(bfd *ibfd, bfd *obfd) argument
H A Delf32-m68hc1x.c1202 _bfd_m68hc11_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
1209 if (!_bfd_generic_verify_endian_match (ibfd, obfd))
1212 if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour
1216 new_flags = elf_elfheader (ibfd)->e_flags;
1225 = elf_elfheader (ibfd)->e_ident[EI_CLASS];
1227 if (bfd_get_arch (obfd) == bfd_get_arch (ibfd)
1230 if (! bfd_set_arch_mach (obfd, bfd_get_arch (ibfd),
1231 bfd_get_mach (ibfd)))
1243 "and others for 32-bit integers"), ibfd);
1250 "and others for 64-bit double"), ibfd);
1201 _bfd_m68hc11_elf_merge_private_bfd_data(bfd *ibfd, bfd *obfd) argument
[all...]
H A Delf32-mcore.c52 mcore_elf_merge_private_bfd_data (bfd * ibfd, bfd * obfd) argument
58 if (! _bfd_generic_verify_endian_match (ibfd, obfd))
61 if ( bfd_get_flavour (ibfd) != bfd_target_elf_flavour
65 new_flags = elf_elfheader (ibfd)->e_flags;
H A Dpef.h137 bfd *ibfd; member in struct:bfd_pef_data_struct
H A Delf32-ppc.c2076 bfd *ibfd;
2094 for (ibfd = link_info->input_bfds; ibfd; ibfd = ibfd->link_next)
2096 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME);
2123 for (ibfd = link_info->input_bfds; ibfd; ibfd = ibfd
2072 bfd *ibfd; local
3565 ppc_elf_merge_private_bfd_data(bfd *ibfd, bfd *obfd) argument
3886 bfd *ibfd; local
4680 bfd *ibfd; local
[all...]
H A Dlibcoff.h917 #define bfd_coff_relocate_section(obfd,info,ibfd,o,con,rel,isyms,secs)\
918 ((coff_backend_info (ibfd)->_bfd_coff_relocate_section)\
919 (obfd, info, ibfd, o, con, rel, isyms, secs))
923 #define bfd_coff_adjust_symndx(obfd, info, ibfd, sec, rel, adjustedp)\
925 (obfd, info, ibfd, sec, rel, adjustedp))
H A Daout-target.h213 MY_bfd_copy_private_section_data (bfd *ibfd, argument
218 if (bfd_get_flavour (ibfd) == bfd_target_aout_flavour
220 obj_aout_subformat (obfd) = obj_aout_subformat (ibfd);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dobjcopy.c1218 copy_unknown_object (bfd *ibfd, bfd *obfd)
1226 if (bfd_stat_arch_elt (ibfd, &buf) != 0)
1228 bfd_nonfatal (bfd_get_archive_filename (ibfd));
1236 bfd_get_archive_filename (ibfd));
1240 if (bfd_seek (ibfd, (file_ptr) 0, SEEK_SET) != 0)
1242 bfd_nonfatal (bfd_get_archive_filename (ibfd));
1248 bfd_get_archive_filename (ibfd), bfd_get_filename (obfd));
1258 if (bfd_bread (cbuf, (bfd_size_type) tocopy, ibfd)
1261 bfd_nonfatal (bfd_get_archive_filename (ibfd));
1286 copy_object (bfd *ibfd, bf
1216 copy_unknown_object(bfd *ibfd, bfd *obfd) argument
1284 copy_object(bfd *ibfd, bfd *obfd) argument
1774 copy_archive(bfd *ibfd, bfd *obfd, const char *output_target, bfd_boolean force_output_target) argument
1943 bfd *ibfd; local
2099 setup_bfd_headers(bfd *ibfd, bfd *obfd) argument
2125 setup_section(bfd *ibfd, sec_ptr isection, void *obfdarg) argument
2277 copy_section(bfd *ibfd, sec_ptr isection, void *obfdarg) argument
2462 mark_symbols_used_in_relocations(bfd *ibfd, sec_ptr isection, void *symbolsarg) argument
[all...]
H A Darsup.c173 bfd *ibfd; local
175 ibfd = bfd_openr (name, NULL);
177 if (!ibfd)
185 if (!bfd_check_format(ibfd, bfd_archive))
195 element = bfd_openr_next_archived_file (ibfd, NULL);
201 element = bfd_openr_next_archived_file (ibfd, element);

Completed in 408 milliseconds

123