Home | History | Annotate | Download | only in gold

Lines Matching refs:section_contents

2302     this->section_contents(shndx, &input_view_size, false);
2406 this->section_contents(index, &input_view_size, false);
2590 const unsigned char* section_contents =
2591 relobj->section_contents(shndx, &section_size, false);
2597 memcpy(this->original_contents_, section_contents, section_size);