Searched refs:GetCieFromOffset (Results 1 – 4 of 4) sorted by relevance
505 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()512 cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()520 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()527 cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()535 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()543 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()551 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()559 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()567 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()575 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()[all …]
55 ASSERT_TRUE(this->section_->GetCieFromOffset(0x4000) == nullptr); in TYPED_TEST_P()60 ASSERT_TRUE(this->section_->GetCieFromOffset(0x4000) == nullptr); in TYPED_TEST_P()
143 const DwarfCie* GetCieFromOffset(uint64_t offset);
76 const DwarfCie* DwarfSectionImpl<AddressType>::GetCieFromOffset(uint64_t offset) { in GetCieFromOffset() function in unwindstack::DwarfSectionImpl345 const DwarfCie* cie = GetCieFromOffset(fde->cie_offset); in FillInFde()