Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Dicf.cc620 std::string this_secn_contents; in match_sections() local
625 this_secn_contents = get_section_contents(true, secn, i, &num_relocs, in match_sections()
637 this_secn_contents = get_section_contents(false, secn, i, NULL, in match_sections()
643 reinterpret_cast<const unsigned char*>(this_secn_contents.c_str()); in match_sections()
644 cksum = xcrc32(this_secn_contents_array, this_secn_contents.length(), in match_sections()
652 full_section_contents[i] = this_secn_contents; in match_sections()
663 != this_secn_contents.length()) in match_sections()
666 this_secn_contents.c_str(), in match_sections()
667 this_secn_contents.length()) != 0) in match_sections()
695 full_section_contents[i] = this_secn_contents; in match_sections()