Lines Matching defs:it
89 ReachedSectionsTy::iterator it = m_ReachedSections.find(&pSection);
90 if (it == m_ReachedSections.end())
92 return &it->second;
134 // 2. it has no reloc data. (All symbols in the input relocs are in the
308 // means no referenced between it and other sections, then skip it
316 SectionListTy::iterator it, end = reach_list->end();
317 for (it = reach_list->begin(); it != end; ++it) {
318 if (m_ReferencedSections.find(*it) == m_ReferencedSections.end())
319 work_list.push(*it);
327 // in the ReferencedSections, then it should be garbage collected