HomeSort by relevance Sort by last modified time
    Searched refs:new_bfd (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
binemul.c 53 any_ok (bfd *new_bfd ATTRIBUTE_UNUSED)
59 do_ar_emul_append (bfd **after_bfd, bfd *new_bfd,
65 if (flatten && bfd_check_format (new_bfd, bfd_archive))
70 for (elt = bfd_openr_next_archived_file (new_bfd, NULL);
72 elt = bfd_openr_next_archived_file (new_bfd, elt))
84 if (!check (new_bfd))
87 AR_EMUL_APPEND_PRINT_VERBOSE (verbose, new_bfd->filename);
89 new_bfd->archive_next = *after_bfd;
90 *after_bfd = new_bfd;
100 bfd *new_bfd; local
122 bfd *new_bfd; local
    [all...]
emul_aix.c 73 bfd *new_bfd; local
75 new_bfd = bfd_openr (file_name, target);
76 AR_EMUL_ELEMENT_CHECK (new_bfd, file_name);
78 return do_ar_emul_append (after_bfd, new_bfd, verbose, flatten, check_aix);
85 bfd *new_bfd; local
87 new_bfd = bfd_openr (file_name, target);
88 AR_EMUL_ELEMENT_CHECK (new_bfd, file_name);
90 if (!check_aix (new_bfd))
95 new_bfd->archive_next = *after_bfd;
96 *after_bfd = new_bfd;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ppc.c 11194 bfd_boolean new_bfd = htab->toc_bfd != isec->owner; local
    [all...]

Completed in 87 milliseconds