Searched refs:SectionList (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h28 typedef std::vector<LDSection*> SectionList; typedef in class:mcld::ELFSegment
29 typedef SectionList::iterator iterator;
30 typedef SectionList::const_iterator const_iterator;
31 typedef SectionList::reverse_iterator reverse_iterator;
32 typedef SectionList::const_reverse_iterator const_reverse_iterator;
123 SectionList m_SectionList;

Completed in 1125 milliseconds