Home | History | Annotate | Download | only in LD

Lines Matching refs:archive

11 #include "mcld/LD/Archive.h"
46 // record the archive files in this sub-tree
57 (*input)->type() == Input::Archive ||
74 // is an archive
76 (*input)->setType(Input::Archive);
77 // record the Archive used by each archive node
78 Archive* ar = new Archive(**input, pBuilder);
81 // read archive
111 // after read in all the archives, traverse the archive list in a loop until
119 Archive& ar = (*it)->archive;
120 // if --whole-archive is given to this archive, no need to read it again
128 // after all needed member included, merge the archive sub-tree to main
131 Archive& ar = (*it)->archive;
140 delete &((*it)->archive);