Lines Matching refs:inEnd
148 Module::input_iterator input, inEnd = m_pModule->input_end(); in normalize() local
149 for (input = m_pModule->input_begin(); input != inEnd; ++input) { in normalize()
153 input, inEnd, m_pBuilder->getInputBuilder(), m_Config); in normalize()
290 inEnd = m_pModule->getInputTree().bfs_end(); in readRelocations() local
291 for (input = m_pModule->getInputTree().bfs_begin(); input != inEnd; ++input) { in readRelocations()
315 SectionMap::Output::iterator in, inBegin, inEnd; in mergeSections() local
317 inEnd = (*out)->end(); in mergeSections()
324 for (in = inBegin; in != inEnd; ++in) { in mergeSections()
412 SectionMap::Output::iterator in, inBegin, inEnd; in mergeSections() local
414 inEnd = (*out)->end(); in mergeSections()
416 for (in = inBegin; in != inEnd; ++in) { in mergeSections()
583 Module::obj_iterator input, inEnd = m_pModule->obj_end(); in scanRelocations() local
584 for (input = m_pModule->obj_begin(); input != inEnd; ++input) { in scanRelocations()
787 Module::obj_iterator input, inEnd = m_pModule->obj_end(); in relocation() local
788 for (input = m_pModule->obj_begin(); input != inEnd; ++input) { in relocation()
872 Module::obj_iterator input, inEnd = m_pModule->obj_end(); in normalSyncRelocationResult() local
873 for (input = m_pModule->obj_begin(); input != inEnd; ++input) { in normalSyncRelocationResult()