Searched defs:numOfSections (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h79 size_t numOfSections() const function in class:mcld::LDContext
H A DELFSegment.h58 if (0 == numOfSections())
65 if (0 == numOfSections())
67 return m_SectionList[numOfSections() - 1];
72 if (0 == numOfSections())
79 if (0 == numOfSections())
81 return m_SectionList[numOfSections() - 1];
109 size_t numOfSections() const function in class:mcld::ELFSegment

Completed in 104 milliseconds