Home | History | Annotate | Download | only in LD

Lines Matching refs:it

28   for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end();
29 it != ie;
30 ++it)
31 delete (*it);
112 for (StubPoolType::const_iterator it = m_StubPool.begin(),
113 ie = m_StubPool.end(); it != ie; ++it) {
114 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue))
115 return (*it);
121 for (StubPoolType::const_iterator it = m_StubPool.begin(),
122 ie = m_StubPool.end(); it != ie; ++it) {
123 if ((*it)->isMyDuty(pFragRef))
124 return (*it);