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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h45 { return m_SectionList.begin(); }
48 { return m_SectionList.end(); }
51 { return m_SectionList.begin(); }
54 { return m_SectionList.end(); }
60 return m_SectionList[0];
67 return m_SectionList[numOfSections() - 1];
74 return m_SectionList[0];
81 return m_SectionList[numOfSections() - 1];
110 { return m_SectionList.size(); }
146 m_SectionList
159 std::vector<LDSection*> m_SectionList; member in class:mcld::ELFSegment
[all...]

Completed in 27 milliseconds