HomeSort by: relevance | last modified time | path
    Searched defs:n_bfd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
archive.c 408 bfd *n_bfd;
413 n_bfd = bfd_openr (filename, target);
414 if (n_bfd != NULL)
416 n_bfd->lto_output = archive->lto_output;
417 n_bfd->no_export = archive->no_export;
418 n_bfd->my_archive = archive;
420 return n_bfd;
682 bfd *n_bfd;
685 n_bfd = _bfd_look_for_bfd_in_cache (archive, filepos);
686 if (n_bfd)
405 bfd *n_bfd; local
678 bfd *n_bfd; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
archive.c 411 bfd *n_bfd;
416 n_bfd = bfd_openr (filename, target);
417 if (n_bfd != NULL)
419 n_bfd->lto_output = archive->lto_output;
420 n_bfd->no_export = archive->no_export;
421 n_bfd->my_archive = archive;
423 return n_bfd;
685 bfd *n_bfd;
688 n_bfd = _bfd_look_for_bfd_in_cache (archive, filepos);
689 if (n_bfd)
408 bfd *n_bfd; local
681 bfd *n_bfd; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
archive.c 408 bfd *n_bfd;
413 n_bfd = bfd_openr (filename, target);
414 if (n_bfd != NULL)
416 n_bfd->lto_output = archive->lto_output;
417 n_bfd->no_export = archive->no_export;
418 n_bfd->my_archive = archive;
420 return n_bfd;
682 bfd *n_bfd;
685 n_bfd = _bfd_look_for_bfd_in_cache (archive, filepos);
686 if (n_bfd)
405 bfd *n_bfd; local
678 bfd *n_bfd; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
archive.c 409 bfd *n_bfd;
414 n_bfd = bfd_openr (filename, target);
415 if (n_bfd != NULL)
417 n_bfd->lto_output = archive->lto_output;
418 n_bfd->no_export = archive->no_export;
419 n_bfd->my_archive = archive;
421 return n_bfd;
683 bfd *n_bfd;
686 n_bfd = _bfd_look_for_bfd_in_cache (archive, filepos);
687 if (n_bfd)
406 bfd *n_bfd; local
679 bfd *n_bfd; local
    [all...]

Completed in 38 milliseconds