Lines Matching refs:it
34 iterator it; in find() local
35 for (it = begin(); it != end(); ++it) { in find()
37 (*it).inputSubStr.c_str(), in find()
38 (*it).inputSubStr.length())) in find()
41 else if(0 == strcmp("*", (*it).inputSubStr.c_str())) in find()
44 return it; in find()
50 iterator it = find(pName); in getOutputSectHdr() local
54 if (it != end()) in getOutputSectHdr()
55 section = (*it).outputSection; in getOutputSectHdr()
70 iterator it = find(pName); in addMapping() local
71 if (it != end()) { in addMapping()
72 assert(NULL == (*it).outputSection); in addMapping()
73 (*it).outputSection = pSection; in addMapping()
84 SectionMap::iterator it; in initOutputSectMap() local
85 for (it = m_SectionNameMap.begin(); it != m_SectionNameMap.end(); ++it) { in initOutputSectMap()
87 (*it).inputSubStr, in initOutputSectMap()