Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dicf.cc697 std::vector<std::string> full_section_contents; in match_sections() local
701 full_section_contents.push_back(""); in match_sections()
746 full_section_contents[i] = this_secn_contents; in match_sections()
756 if (full_section_contents[kept_section].length() in match_sections()
759 if (memcmp(full_section_contents[kept_section].c_str(), in match_sections()
778 full_section_contents[kept_section].swap( in match_sections()
779 full_section_contents[i]); in match_sections()
789 full_section_contents[i] = this_secn_contents; in match_sections()