HomeSort by relevance Sort by last modified time
    Searched full:in_frag_list (Results 1 - 1 of 1) sorted by null

  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 315 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList(); local
319 while (!in_frag_list.empty()) {
320 Fragment* frag = in_frag_list.remove(in_frag_list.begin());
328 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList(); local
334 Fragment* frag = in_frag_list.remove(SectionData::iterator(pInCIE));
338 frag = in_frag_list.remove(SectionData::iterator(**i));
348 Fragment* frag = in_frag_list.remove(SectionData::iterator(**i));

Completed in 56 milliseconds