Home | History | Annotate | Download | only in Script

Lines Matching full:archive

11 #include "mcld/LD/Archive.h"
137 // In the system with shared object support, we can find both archive
140 // with --static, we must search an archive.
141 path = script.directories().find(token->name(), Input::Archive);
143 // otherwise, with --Bdynamic, we can find either an archive or a
149 // archive
150 path = script.directories().find(token->name(), Input::Archive);
196 (*input)->setType(Input::Archive);
200 Archive archive(**input, m_Builder);
201 m_ArchiveReader.readArchive(m_Config, archive);
202 if (archive.numOfObjectMember() > 0) {
203 m_InputTree.merge<InputTree::Inclusive>(input, archive.inputs());