Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp292 SectionVecTy::iterator entry_it, entry_end = pEntry.end(); in findReferencedSections() local
293 for (entry_it = pEntry.begin(); entry_it != entry_end; ++entry_it) { in findReferencedSections()
295 work_list.push(*entry_it); in findReferencedSections()