Home | History | Annotate | Download | only in gold

Lines Matching refs:section_contents

2223     this->section_contents(shndx, &input_view_size, false);
2327 this->section_contents(index, &input_view_size, false);
2511 const unsigned char* section_contents =
2512 relobj->section_contents(shndx, &section_size, false);
2518 memcpy(this->original_contents_, section_contents, section_size);