Home
last modified time | relevance | path

Searched refs:GetCieFromOffset (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/tests/
DDwarfDebugFrameTest.cpp505 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 …]
DDwarfSectionImplTest.cpp55 ASSERT_TRUE(this->section_->GetCieFromOffset(0x4000) == nullptr); in TYPED_TEST_P()
60 ASSERT_TRUE(this->section_->GetCieFromOffset(0x4000) == nullptr); in TYPED_TEST_P()
/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h143 const DwarfCie* GetCieFromOffset(uint64_t offset);
/system/unwinding/libunwindstack/
DDwarfSection.cpp76 const DwarfCie* DwarfSectionImpl<AddressType>::GetCieFromOffset(uint64_t offset) { in GetCieFromOffset() function in unwindstack::DwarfSectionImpl
345 const DwarfCie* cie = GetCieFromOffset(fde->cie_offset); in FillInFde()