Searched refs:iterEnd (Results 1 – 3 of 3) 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()
218 const auto iterEnd = std::end(mIndexedStrings); in prune() local220 while (indexIter != iterEnd) { in prune()
219 Module::iterator iter, iterEnd = pModule.end(); in initStandardSymbols() local220 for (iter = pModule.begin(); iter != iterEnd; ++iter) { in initStandardSymbols()