Home | History | Annotate | Download | only in gold

Lines Matching refs:section_contents

161 // SECTION_CONTENTS : Contains the section's text and relocs to sections
162 // that cannot be folded. SECTION_CONTENTS are NULL
169 std::vector<std::string>* section_contents)
183 if (section_contents == NULL)
191 contents = secn.first->section_contents(secn.second,
199 <const unsigned char*>((*section_contents)[i].c_str());
200 cksum = xcrc32(contents_array, (*section_contents)[i].length(),
228 // SECTION_CONTENTS : Store the section's text and relocs to non-ICF
238 std::vector<std::string>* section_contents)
249 contents = secn.first->section_contents(secn.second, &plen, false);
449 (it_v->first)->section_contents(it_v->second,
529 (*section_contents)[section_num] = buffer;
535 buffer.append((*section_contents)[section_num]);
563 // SECTION_CONTENTS : Store the section's text and relocs to non-ICF
573 std::vector<std::string>* section_contents)
587 section_contents);
605 section_contents);
623 section_contents);
702 std::vector<std::string> section_contents;
742 section_contents.push_back("");
762 &section_contents);