Home | History | Annotate | Download | only in gold

Lines Matching refs:section_contents

2213     this->section_contents(shndx, &input_view_size, false);
2317 this->section_contents(index, &input_view_size, false);
2501 const unsigned char* section_contents =
2502 relobj->section_contents(shndx, &section_size, false);
2508 memcpy(this->original_contents_, section_contents, section_size);