Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp50 ArchiveListType ar_list; in readGroup() local
82 ar_list.push_back(entry); in readGroup()
119 ArchiveListType::iterator it = ar_list.begin(); in readGroup()
120 ArchiveListType::iterator end = ar_list.end(); in readGroup()
124 for (it = ar_list.begin(); it != end; ++it) { in readGroup()
136 for (it = ar_list.begin(); it != end; ++it) { in readGroup()
145 for (it = ar_list.begin(); it != end; ++it) { in readGroup()
149 ar_list.clear(); in readGroup()