Searched defs:in_frag_list (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp324 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList(); local
328 while (!in_frag_list.empty()) {
329 Fragment* frag = in_frag_list.remove(in_frag_list.begin());
339 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList(); local
345 Fragment* frag = in_frag_list.remove(SectionData::iterator(pInCIE));
349 frag = in_frag_list.remove(SectionData::iterator(**i));
359 Fragment* frag = in_frag_list.remove(SectionData::iterator(**i));

Completed in 32 milliseconds