Home
last modified time | relevance | path

Searched refs:GetFdeFromOffset (Results 1 – 7 of 7) sorted by relevance

/system/unwinding/libunwindstack/tests/
DDwarfEhFrameTest.cpp66 const DwarfFde* fde = this->eh_frame_->GetFdeFromOffset(0x5100); in TYPED_TEST_P()
105 const DwarfFde* fde = this->eh_frame_->GetFdeFromOffset(0x5100); in TYPED_TEST_P()
DDwarfDebugFrameTest.cpp434 const DwarfFde* fde = this->debug_frame_->GetFdeFromOffset(0x14000); in TYPED_TEST_P()
462 const DwarfFde* fde = this->debug_frame_->GetFdeFromOffset(0x8000); in TYPED_TEST_P()
696 const DwarfFde* fde = this->debug_frame_->GetFdeFromOffset(0x5200); in TYPED_TEST_P()
722 const DwarfFde* fde = this->debug_frame_->GetFdeFromOffset(0x5200); in TYPED_TEST_P()
749 const DwarfFde* fde = this->debug_frame_->GetFdeFromOffset(0x5200); in TYPED_TEST_P()
776 const DwarfFde* fde = this->debug_frame_->GetFdeFromOffset(0x5200); in TYPED_TEST_P()
DDwarfEhFrameWithHdrTest.cpp519 const DwarfFde* fde = this->eh_frame_->GetFdeFromOffset(0x14000); in TYPED_TEST_P()
557 const DwarfFde* fde = this->eh_frame_->GetFdeFromOffset(0x8000); in TYPED_TEST_P()
DDwarfSectionImplTest.cpp66 ASSERT_TRUE(this->section_->GetFdeFromOffset(0x4000) == nullptr); in TYPED_TEST_P()
71 ASSERT_TRUE(this->section_->GetFdeFromOffset(0x4000) == nullptr); in TYPED_TEST_P()
/system/unwinding/libunwindstack/
DDwarfEhFrameWithHdr.cpp114 const DwarfFde* fde = this->GetFdeFromOffset(fde_offset); in GetFdeFromPc()
208 const DwarfFde* fde = this->GetFdeFromOffset(info->offset); in GetFdes()
DDwarfSection.cpp269 const DwarfFde* DwarfSectionImpl<AddressType>::GetFdeFromOffset(uint64_t offset) { in GetFdeFromOffset() function in unwindstack::DwarfSectionImpl
739 fdes->push_back(GetFdeFromOffset(it.second)); in GetFdes()
758 const DwarfFde* fde = GetFdeFromOffset(/*fde_offset=*/it->second); in GetFdeFromPc()
/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h145 const DwarfFde* GetFdeFromOffset(uint64_t offset);