Lines Matching refs:m_section_sp
164 : m_objfile(objfile), m_section_sp(section_sp), in CompactUnwindInfo()
234 if (m_section_sp.get() == nullptr) in IsValid()
261 if (m_section_sp->IsEncrypted()) { in ScanIndex()
267 std::make_shared<DataBufferHeap>(m_section_sp->GetByteSize(), 0); in ScanIndex()
270 m_section_sp->GetLoadBaseAddress(&process_sp->GetTarget()), in ScanIndex()
272 m_section_sp->GetByteSize(), in ScanIndex()
273 error) == m_section_sp->GetByteSize() && in ScanIndex()
282 m_objfile.ReadSectionData(m_section_sp.get(), m_unwindinfo_data); in ScanIndex()
284 if (m_unwindinfo_data.GetByteSize() != m_section_sp->GetByteSize()) in ScanIndex()
353 if (second_level_offset > m_section_sp->GetByteSize() || in ScanIndex()
354 lsda_offset > m_section_sp->GetByteSize()) { in ScanIndex()