Home | History | Annotate | Download | only in bfd

Lines Matching refs:archive

78 /* Information that the XCOFF linker collects about an archive.  */
81 /* The archive described by this entry. */
82 bfd *archive;
85 this archive in the .loader section. */
89 /* True if the archive contains a dynamic object. */
498 return htab_hash_pointer (info->archive);
509 return info1->archive == info2->archive;
512 /* Return information about archive ARCHIVE. Return NULL on error. */
515 xcoff_get_archive_info (struct bfd_link_info *info, bfd *archive)
522 entry.archive = archive;
530 entryp = bfd_zalloc (archive, sizeof (entry));
534 entryp->archive = archive;
719 /* Set ARCHIVE's import path as though its filename had been given
724 bfd *archive, const char *filename)
728 archive_info = xcoff_get_archive_info (info, archive);
730 && bfd_xcoff_split_import_path (archive, filename,
1020 if (!bfd_xcoff_split_import_path (archive_info->archive,
1021 archive_info->archive->filename,
1919 the second definition is in an archive rather than an
1922 archive in as separate csects, and then let garbage
1960 in an archive. Just ignore it. See the
2385 /* Check a single archive element to see if we need to include it in
2448 /* If the archive has a map, do the usual search. We then need
2449 to check the archive for dynamic objects, because they may not
2450 appear in the archive map even though they should, perhaps, be
2451 included. If the archive has no map, we just consider each object
2549 bfd *archive)
2554 archive_info = xcoff_get_archive_info (info, archive);
2557 member = bfd_openr_next_archived_file (archive, NULL);
2559 member = bfd_openr_next_archived_file (archive, member);
2577 /* Exclude archive members that would otherwise be unreferenced. */
2609 included from an archive which contains a shared object. The
2610 rationale is that if an archive contains both an unshared and
3517 name, and the archive member name. The first entry in the list