Lines Matching full:section_data
516 ObjectFile::ReadSectionData (const Section *section, DataExtractor& section_data) const
520 return section->GetObjectFile()->ReadSectionData (section, section_data);
533 section_data.SetData (data_sp, 0, data_sp->GetByteSize());
534 section_data.SetByteOrder (process_sp->GetByteOrder());
535 section_data.SetAddressByteSize (process_sp->GetAddressByteSize());
536 return section_data.GetByteSize();
544 return MemoryMapSectionData (section, section_data);
546 section_data.Clear();
551 ObjectFile::MemoryMapSectionData (const Section *section, DataExtractor& section_data) const
555 return section->GetObjectFile()->MemoryMapSectionData (section, section_data);
559 return ReadSectionData (section, section_data);
564 return GetData(section->GetFileOffset(), section->GetFileSize(), section_data);
566 section_data.Clear();