Searched refs:iterEnd (Results 1 – 2 of 2) sorted by relevance
461 Module::iterator iter, iterEnd = m_pModule->end(); in addStandardSymbols() local462 for (iter = m_pModule->begin(); iter != iterEnd; ++iter) { in addStandardSymbols()778 BranchIsland::reloc_iterator iter, iterEnd = island.reloc_end(); in relocation() local779 for (iter = island.reloc_begin(); iter != iterEnd; ++iter) in relocation()852 BranchIsland::reloc_iterator iter, iterEnd = island.reloc_end(); in normalSyncRelocationResult() local853 for (iter = island.reloc_begin(); iter != iterEnd; ++iter) { in normalSyncRelocationResult()
233 Module::iterator iter, iterEnd = pModule.end(); in initStandardSymbols() local234 for (iter = pModule.begin(); iter != iterEnd; ++iter) { in initStandardSymbols()