Home
last modified time | relevance | path

Searched refs:SectionCommands (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DSectionsCmd.h28 typedef std::vector<ScriptCommand*> SectionCommands; typedef
29 typedef SectionCommands::const_iterator const_iterator;
30 typedef SectionCommands::iterator iterator;
31 typedef SectionCommands::const_reference const_reference;
32 typedef SectionCommands::reference reference;
63 SectionCommands m_SectionCommands;
/frameworks/compile/mclinker/lib/Script/
DSectionsCmd.cpp65 SectionCommands assignments; in activate()