Lines Matching refs:m_section_sp
165 : m_objfile(objfile), m_section_sp(section_sp), in CompactUnwindInfo()
235 if (m_section_sp.get() == nullptr) in IsValid()
262 if (m_section_sp->IsEncrypted()) { in ScanIndex()
268 std::make_shared<DataBufferHeap>(m_section_sp->GetByteSize(), 0); in ScanIndex()
271 m_section_sp->GetLoadBaseAddress(&process_sp->GetTarget()), in ScanIndex()
273 m_section_sp->GetByteSize(), in ScanIndex()
274 error) == m_section_sp->GetByteSize() && in ScanIndex()
283 m_objfile.ReadSectionData(m_section_sp.get(), m_unwindinfo_data); in ScanIndex()
285 if (m_unwindinfo_data.GetByteSize() != m_section_sp->GetByteSize()) in ScanIndex()
354 if (second_level_offset > m_section_sp->GetByteSize() || in ScanIndex()
355 lsda_offset > m_section_sp->GetByteSize()) { in ScanIndex()