OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArchiveListEntry
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
GroupReader.h
48
///
ArchiveListEntry
- record the Archive and the corresponding input iterator
50
struct
ArchiveListEntry
{
51
ArchiveListEntry
(Archive& pArchive, Module::input_iterator pIterator)
/frameworks/compile/mclinker/lib/LD/
GroupReader.cpp
45
typedef std::vector<
ArchiveListEntry
*> ArchiveListType;
72
ArchiveListEntry
* entry = new
ArchiveListEntry
(*ar, input);
Completed in 3988 milliseconds