HomeSort by relevance Sort by last modified time
    Searched refs:ibfd (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/bfd/
elf32-sparc.c 70 elf32_sparc_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
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;
112 return _bfd_sparc_elf_merge_private_bfd_data (ibfd, obfd);
elf32-spu.c 479 /* Find the symbol for the given R_SYMNDX in IBFD and set *HP and *SYMP
489 bfd *ibfd)
491 Elf_Internal_Shdr *symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
495 struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (ibfd);
527 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
543 *symsecp = bfd_section_from_elf_index (ibfd, sym->st_shndx);
556 bfd *ibfd; local
558 for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next
1521 bfd *ibfd; local
1651 bfd *ibfd; local
2468 bfd *ibfd; local
2944 bfd *ibfd; local
3194 bfd *ibfd; local
3342 bfd *ibfd; local
3713 bfd *ibfd; local
4168 bfd *ibfd; local
5407 bfd *ibfd; local
    [all...]
elf32-sh64.c 190 sh64_elf_copy_private_data (bfd * ibfd, bfd * obfd)
192 if ( bfd_get_flavour (ibfd) != bfd_target_elf_flavour
198 == elf_elfheader (ibfd)->e_flags));
200 elf_elfheader (obfd)->e_flags = elf_elfheader (ibfd)->e_flags;
202 return _bfd_elf_copy_private_bfd_data (ibfd, obfd);
206 sh64_elf_merge_private_data (bfd *ibfd, bfd *obfd)
210 if (! _bfd_generic_verify_endian_match (ibfd, obfd))
213 if ( bfd_get_flavour (ibfd) != bfd_target_elf_flavour
217 if (bfd_get_arch_size (ibfd) != bfd_get_arch_size (obfd))
221 if (bfd_get_arch_size (ibfd) == 3
    [all...]
elf32-xstormy16.c 589 bfd *ibfd;
615 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next)
617 bfd_vma *local_plt_offsets = elf_local_got_offsets (ibfd);
625 symtab_hdr = &elf_tdata (ibfd)->symtab_hdr;
630 isymbuf = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
654 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
689 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next
587 bfd *ibfd; local
    [all...]
elf-attrs.c 339 /* Copy the object attributes from IBFD to OBFD. */
341 _bfd_elf_copy_obj_attributes (bfd *ibfd, bfd *obfd)
349 if (bfd_get_flavour (ibfd) != bfd_target_elf_flavour
356 = &elf_known_obj_attributes (ibfd)[vendor][LEAST_KNOWN_OBJ_ATTRIBUTE];
369 for (list = elf_other_obj_attributes (ibfd)[vendor];
549 /* Merge common object attributes from IBFD into OBFD. Raise an error
560 _bfd_elf_merge_object_attributes (bfd *ibfd, bfd *obfd)
573 in_attr = &elf_known_obj_attributes (ibfd)[vendor][Tag_compatibility];
581 ibfd, in_attr->s);
590 ibfd,
    [all...]
cpu-sh.c 509 sh_merge_bfd_arch (bfd *ibfd, bfd *obfd)
513 if (! _bfd_generic_verify_endian_match (ibfd, obfd))
517 new_arch = sh_get_arch_up_from_bfd_mach (bfd_get_mach (ibfd));
525 ibfd,
536 bfd_printable_name (ibfd));
cpu-arm.c 151 /* Handle the merging of the 'machine' settings of input file IBFD
157 bfd_arm_merge_machines (bfd *ibfd, bfd *obfd)
159 unsigned int in = bfd_get_mach (ibfd);
191 ibfd, obfd);
202 obfd, ibfd);
elf32-m32c.c 760 m32c_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
769 new_flags = elf_elfheader (ibfd)->e_flags;
775 bfd_get_filename (ibfd));
821 bfd_get_filename (ibfd), new_opt, old_opt);
833 bfd_get_filename (ibfd), (long)new_flags, (long)old_flags);
1098 bfd *ibfd;
1119 for (ibfd = info->input_bfds; ibfd ; ibfd = ibfd->link.next
1092 bfd *ibfd; local
    [all...]
coff-arm.c     [all...]
elf32-mt.c 504 mt_elf_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
510 if (_bfd_generic_verify_endian_match (ibfd, obfd) == FALSE)
515 if (strcmp (ibfd->arch_info->arch_name, "mt") != 0)
520 new_flags = elf_elfheader (ibfd)->e_flags;
525 ibfd, old_flags, new_flags, elf_flags_init (obfd) ? "yes" : "no");
542 obfd->arch_info = ibfd->arch_info;
coff-stgo32.c 378 /* If ibfd was a stubbed coff image, copy the stub from that bfd
382 go32_stubbed_coff_bfd_copy_private_bfd_data (bfd *ibfd, bfd *obfd)
385 if (ibfd->xvec != obfd->xvec)
389 if (coff_data (ibfd)->go32stub == NULL)
400 memcpy (coff_data (obfd)->go32stub, coff_data (ibfd)->go32stub,
elf32-rl78.c 1024 rl78_elf_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
1030 new_flags = elf_elfheader (ibfd)->e_flags;
1050 bfd_get_filename (obfd), bfd_get_filename (ibfd));
1053 bfd_get_filename (ibfd), bfd_get_filename (obfd));
1063 bfd_get_filename (obfd), bfd_get_filename (ibfd));
1066 bfd_get_filename (ibfd), bfd_get_filename (obfd));
1347 bfd *ibfd; local
    [all...]
elf64-ppc.c 7503 bfd *ibfd = sec->owner; local
7599 bfd *ibfd; local
8133 bfd *ibfd; local
8649 bfd *ibfd; local
9689 bfd *ibfd; local
11293 struct bfd *ibfd, *ibfd2; local
    [all...]
elf32-lm32.c 2126 bfd *ibfd; local
    [all...]
elf32-mep.c 592 mep_elf_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
599 if (_bfd_generic_verify_endian_match (ibfd, obfd) == FALSE)
602 new_flags = elf_elfheader (ibfd)->e_flags;
607 ibfd, old_flags, new_flags, elf_flags_init (obfd) ? "yes" : "no");
637 _bfd_error_handler (_("%B and %B are for different cores"), last_ibfd, ibfd);
654 _bfd_error_handler (_("%B and %B are for different configurations"), last_ibfd, ibfd);
661 last_ibfd = ibfd;
elf32-ppc.c 2618 bfd *ibfd; local
4823 bfd *ibfd; local
5182 bfd *ibfd; local
6121 bfd *ibfd; local
    [all...]
libbfd.c 1003 _bfd_generic_verify_endian_match (bfd *ibfd, bfd *obfd)
1005 if (ibfd->xvec->byteorder != obfd->xvec->byteorder
1006 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN
1011 if (bfd_big_endian (ibfd))
1016 (*_bfd_error_handler) (msg, ibfd);
1111 _bfd_generic_init_private_section_data (bfd *ibfd ATTRIBUTE_UNUSED,
elf32-m68hc1x.c     [all...]
elf32-mcore.c 52 mcore_elf_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
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;
pef.h 138 bfd *ibfd; member in struct:bfd_pef_data_struct
elf32-msp430.c     [all...]
libcoff.h 955 #define bfd_coff_relocate_section(obfd,info,ibfd,o,con,rel,isyms,secs)\
956 ((coff_backend_info (ibfd)->_bfd_coff_relocate_section)\
957 (obfd, info, ibfd, o, con, rel, isyms, secs))
961 #define bfd_coff_adjust_symndx(obfd, info, ibfd, sec, rel, adjustedp)\
963 (obfd, info, ibfd, sec, rel, adjustedp))
    [all...]
elf32-tic6x.c 3290 bfd *ibfd; local
4100 bfd *ibfd; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 2469 bfd *ibfd; local
    [all...]
arsup.c 175 bfd *ibfd; local
177 ibfd = bfd_openr (name, NULL);
179 if (!ibfd)
187 if (!bfd_check_format(ibfd, bfd_archive))
197 element = bfd_openr_next_archived_file (ibfd, NULL);
203 element = bfd_openr_next_archived_file (ibfd, element);

Completed in 467 milliseconds

1 2 3 4