Home
last modified time | relevance | path

Searched refs:itEnd (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DLayout.cpp554 LDContext::sect_iterator it, itEnd = output_context.sectEnd(); in layout() local
555 for (it = output_context.sectBegin(); it != itEnd; ++it) { in layout()