Searched refs:outEnd (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/mclinker/lib/Object/ |
D | SectionMap.cpp | 159 iterator out, outBegin = begin(), outEnd = end(); in ~SectionMap() local 160 for (out = outBegin; out != outEnd; ++out) { in ~SectionMap() 175 const_iterator out, outBegin = begin(), outEnd = end(); in find() local 176 for (out = outBegin; out != outEnd; ++out) { in find() 188 iterator out, outBegin = begin(), outEnd = end(); in find() local 189 for (out = outBegin; out != outEnd; ++out) { in find() 202 const_iterator out, outBegin = begin(), outEnd = end(); in find() local 203 for (out = outBegin; out != outEnd; ++out) { in find() 207 return outEnd; in find() 211 iterator out, outBegin = begin(), outEnd = end(); in find() local [all …]
|
D | ObjectLinker.cpp | 309 SectionMap::iterator out, outBegin, outEnd; in mergeSections() local 311 outEnd = m_pModule->getScript().sectionMap().end(); in mergeSections() 312 for (out = outBegin; out != outEnd; ++out) { in mergeSections() 407 SectionMap::iterator out, outBegin, outEnd; in mergeSections() local 409 outEnd = m_pModule->getScript().sectionMap().end(); in mergeSections() 410 for (out = outBegin; out != outEnd; ++out) { in mergeSections()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 1756 SectionMap::iterator out, prev, outBegin, outEnd; in createProgramHdrs() local 1758 outEnd = ldscript.sectionMap().end(); in createProgramHdrs() 1759 for (out = outBegin, prev = outEnd; out != outEnd; prev = out, ++out) { in createProgramHdrs() 2079 SectionMap::iterator out, outBegin, outEnd; in setOutputSectionOffset() local 2081 outEnd = script.sectionMap().end(); in setOutputSectionOffset() 2082 for (out = outBegin; out != outEnd; ++out, prev = cur) { in setOutputSectionOffset() 2115 SectionMap::iterator out, outBegin, outEnd; in setOutputSectionAddress() local 2117 outEnd = script.sectionMap().end(); in setOutputSectionAddress() 2118 for (out = outBegin; out != outEnd; prev = cur, ++out) { in setOutputSectionAddress() 2198 if (relro_last != outEnd && (*relro_last)->order() <= SHO_RELRO_LAST && in setOutputSectionAddress() [all …]
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5277 float* outScale, const char** outEnd) in parse_unit() argument 5299 *outEnd = end; in parse_unit()
|