Searched refs:sectIter (Results 1 – 1 of 1) sorted by relevance
931 Module::iterator sectIter, sectEnd = m_pModule->end(); in partialSyncRelocationResult() local932 for (sectIter = m_pModule->begin(); sectIter != sectEnd; ++sectIter) { in partialSyncRelocationResult()933 if (LDFileFormat::Relocation != (*sectIter)->kind()) in partialSyncRelocationResult()936 RelocData* reloc_data = (*sectIter)->getRelocData(); in partialSyncRelocationResult()