Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gold/
H A Darm.cc11595 Other_attributes::iterator out_iter = out_other_attributes->begin(); in merge_object_attributes() local
11598 || out_iter != out_other_attributes->end()) in merge_object_attributes()
11605 if (out_iter != out_other_attributes->end() in merge_object_attributes()
11607 || in_iter->first > out_iter->first)) in merge_object_attributes()
11612 err_tag = out_iter->first; in merge_object_attributes()
11613 int saved_tag = out_iter->first; in merge_object_attributes()
11614 delete out_iter->second; in merge_object_attributes()
11615 out_other_attributes->erase(out_iter); in merge_object_attributes()
11616 out_iter = out_other_attributes->upper_bound(saved_tag); in merge_object_attributes()
11619 && (out_iter != out_other_attributes->end() in merge_object_attributes()
[all …]