Lines Matching refs:section_size
2500 section_size_type section_size;
2502 relobj->section_contents(shndx, §ion_size, false);
2504 convert_types<uint32_t, uint64_t>(relobj->section_size(shndx));
2507 this->original_contents_ = new unsigned char[section_size];
2508 memcpy(this->original_contents_, section_contents, section_size);
2723 // instead of calling p->relobj()->section_size() to avoid locking.