Searched refs:iterEnd (Results 1 – 2 of 2) sorted by relevance
501 Module::iterator iter, iterEnd = m_pModule->end(); in addStandardSymbols() local502 for (iter = m_pModule->begin(); iter != iterEnd; ++iter) { in addStandardSymbols()834 BranchIsland::reloc_iterator iter, iterEnd = island.reloc_end(); in relocation() local835 for (iter = island.reloc_begin(); iter != iterEnd; ++iter) in relocation()912 BranchIsland::reloc_iterator iter, iterEnd = island.reloc_end(); in normalSyncRelocationResult() local913 for (iter = island.reloc_begin(); iter != iterEnd; ++iter) { in normalSyncRelocationResult()
219 Module::iterator iter, iterEnd = pModule.end(); in initStandardSymbols() local220 for (iter = pModule.begin(); iter != iterEnd; ++iter) { in initStandardSymbols()