Searched defs:Archive (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp1 //===- Archive.cpp --------------------------------------------------------===//
9 #include <mcld/LD/Archive.h>
16 // Archive
17 const char Archive::MAGIC[] = "!<arch>\n";
18 const char Archive::THIN_MAGIC[] = "!<thin>\n";
19 const size_t Archive::MAGIC_LEN = sizeof(Archive::MAGIC) - 1;
20 const char Archive::SVR4_SYMTAB_NAME[] = "/ ";
21 const char Archive::STRTAB_NAME[] = "// ";
22 const char Archive
25 Archive::Archive(Input& pInputFile, InputFactory& pInputFactory) function in class:Archive
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInput.h42 Archive = MCLDFile::Archive, enumerator in enum:mcld::Input::Type
H A DMCLDFile.h53 Archive, enumerator in enum:mcld::MCLDFile::Type
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h1 //===- Archive.h ----------------------------------------------------------===//
29 /** \class Archive
30 * \brief This class define the interfacee to Archive files
32 class Archive class in namespace:mcld
129 Archive(Input& pInputFile, InputFactory& pInputFactory);
131 ~Archive();
206 enum Symbol::Status pStatus = Archive::Symbol::Unknown);

Completed in 110 milliseconds