Lines Matching refs:Archive
128 Archive* TheArchive = 0;
355 const Archive::SymTabType& symtab = TheArchive->getSymbolTable(); in printSymbolTable()
356 for (Archive::SymTabType::const_iterator I=symtab.begin(), E=symtab.end(); in printSymbolTable()
371 for (Archive::iterator I = TheArchive->begin(), E = TheArchive->end(); in doPrint()
422 for (Archive::iterator I = TheArchive->begin(), E = TheArchive->end(); in doDisplayTable()
458 for (Archive::iterator I = TheArchive->begin(), E = TheArchive->end(); in doExtract()
504 for (Archive::iterator I = TheArchive->begin(), E = TheArchive->end(); in doDelete()
508 Archive::iterator J = I; in doDelete()
537 Archive::iterator moveto_spot = TheArchive->end(); in doMove()
543 for (Archive::iterator I = TheArchive->begin(), E= TheArchive->end(); in doMove()
562 for (Archive::iterator I = TheArchive->begin(), E= TheArchive->end(); in doMove()
621 Archive::iterator insert_spot = TheArchive->end(); in doReplaceOrInsert()
624 for (Archive::iterator I = TheArchive->begin(), E = TheArchive->end(); in doReplaceOrInsert()
739 TheArchive = Archive::CreateEmpty(ArchivePath, Context); in main()
743 TheArchive = Archive::OpenAndLoad(ArchivePath, Context, &Error); in main()