Lines Matching defs:archives
72 * Manipulate libraries, archives and their members.
75 * read and cached and the archive closed again. All cached archives are kept
134 static ArchList archives; /* The archives we've already examined */
382 for (ln = archives.first; ln != NULL; ln = ln->next) {
517 Lst_Append(&archives, ar);
623 * In archives created by GNU binutils 2.27, the member names end
944 /* Initialize the archives module. */
948 Lst_Init(&archives);
952 /* Clean up the archives module. */
958 for (ln = archives.first; ln != NULL; ln = ln->next)
960 Lst_Done(&archives);