Home
last modified time | relevance | path

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

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