Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DEhFrame.cpp317 SectionData::FragmentListType& out_frag_list = out_sd.getFragmentList(); in moveInputFragments() local
321 out_frag_list.push_back(frag); in moveInputFragments()
330 SectionData::FragmentListType& out_frag_list = out_sd.getFragmentList(); in moveInputFragments() local
335 out_frag_list.push_back(frag); in moveInputFragments()
339 out_frag_list.push_back(frag); in moveInputFragments()
346 assert(cur_iter != out_frag_list.end()); in moveInputFragments()
349 cur_iter = out_frag_list.insertAfter(cur_iter, frag); in moveInputFragments()