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