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

/frameworks/compile/mclinker/include/mcld/LD/
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
H A DLDContext.h79 size_t numOfSections() const function in class:mcld::LDContext
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjWriter.cpp53 unsigned int secEnd = pOutput.context()->numOfSections();
H A DELFExecWriter.cpp56 unsigned int secEnd = pOutput.context()->numOfSections();
H A DELFWriter.cpp81 header->e_shnum = pOutput.context()->numOfSections();
132 header->e_shnum = pOutput.context()->numOfSections();
189 unsigned int sectNum = pOutput.context()->numOfSections();
222 unsigned int sectNum = pOutput.context()->numOfSections();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1389 for (idx = 0; idx < pOutput.context()->numOfSections(); ++idx) {
1402 for (++idx; idx < pOutput.context()->numOfSections(); ++idx) {
1511 if (segment.numOfSections() == 0)

Completed in 47 milliseconds