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
155 static ArchList archives; /* The archives we've already examined */
431 for (ln = archives.first; ln != NULL; ln = ln->next) {
566 Lst_Append(&archives, ar);
672 * In archives created by GNU binutils 2.27, the member names end
993 /* Initialize the archives module. */
997 Lst_Init(&archives);
1001 /* Clean up the archives module. */
1007 for (ln = archives.first; ln != NULL; ln = ln->next)
1009 Lst_Done(&archives);