HomeSort by: relevance | last modified time | path
    Searched refs:new_bfd (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
binemul.c 45 bfd *new_bfd; local
47 new_bfd = bfd_openr (file_name, target);
48 AR_EMUL_ELEMENT_CHECK (new_bfd, file_name);
50 return bin_dummy_emulation.ar_append (after_bfd, new_bfd,
57 ar_emul_append_bfd (bfd **after_bfd, bfd *new_bfd,
61 return bin_dummy_emulation.ar_append (after_bfd, new_bfd,
68 any_ok (bfd *new_bfd ATTRIBUTE_UNUSED)
74 do_ar_emul_append (bfd **after_bfd, bfd *new_bfd,
80 if (flatten && bfd_check_format (new_bfd, bfd_archive))
85 for (elt = bfd_openr_next_archived_file (new_bfd, NULL)
121 bfd *new_bfd; local
    [all...]
emul_aix.c 70 ar_emul_aix_append (bfd **after_bfd, bfd *new_bfd,
73 return do_ar_emul_append (after_bfd, new_bfd, verbose, flatten, check_aix);
77 ar_emul_aix_replace (bfd **after_bfd, bfd *new_bfd,
80 if (!check_aix (new_bfd))
83 AR_EMUL_REPLACE_PRINT_VERBOSE (verbose, bfd_get_filename (new_bfd));
85 new_bfd->archive_next = *after_bfd;
86 *after_bfd = new_bfd;
  /src/external/gpl3/binutils.old/dist/binutils/
binemul.c 45 bfd *new_bfd; local
47 new_bfd = bfd_openr (file_name, target);
48 AR_EMUL_ELEMENT_CHECK (new_bfd, file_name);
50 return bin_dummy_emulation.ar_append (after_bfd, new_bfd,
57 ar_emul_append_bfd (bfd **after_bfd, bfd *new_bfd,
61 return bin_dummy_emulation.ar_append (after_bfd, new_bfd,
68 any_ok (bfd *new_bfd ATTRIBUTE_UNUSED)
74 do_ar_emul_append (bfd **after_bfd, bfd *new_bfd,
80 if (flatten && bfd_check_format (new_bfd, bfd_archive))
85 for (elt = bfd_openr_next_archived_file (new_bfd, NULL)
121 bfd *new_bfd; local
    [all...]
emul_aix.c 70 ar_emul_aix_append (bfd **after_bfd, bfd *new_bfd,
73 return do_ar_emul_append (after_bfd, new_bfd, verbose, flatten, check_aix);
77 ar_emul_aix_replace (bfd **after_bfd, bfd *new_bfd,
80 if (!check_aix (new_bfd))
83 AR_EMUL_REPLACE_PRINT_VERBOSE (verbose, bfd_get_filename (new_bfd));
85 new_bfd->archive_next = *after_bfd;
86 *after_bfd = new_bfd;
  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 12750 bool new_bfd = htab->toc_bfd != isec->owner;
12752 if (new_bfd)
12781 if (new_bfd
12746 bool new_bfd = htab->toc_bfd != isec->owner; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 12747 bool new_bfd = htab->toc_bfd != isec->owner;
12749 if (new_bfd)
12778 if (new_bfd
12743 bool new_bfd = htab->toc_bfd != isec->owner; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 12730 bool new_bfd = htab->toc_bfd != isec->owner;
12732 if (new_bfd)
12761 if (new_bfd
12726 bool new_bfd = htab->toc_bfd != isec->owner; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 12723 bool new_bfd = htab->toc_bfd != isec->owner;
12725 if (new_bfd)
12754 if (new_bfd
12719 bool new_bfd = htab->toc_bfd != isec->owner; local

Completed in 69 milliseconds