Home
last modified time | relevance | path

Searched refs:sectIter (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp931 Module::iterator sectIter, sectEnd = m_pModule->end(); in partialSyncRelocationResult() local
932 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()