Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DDwarfEhFrameTest.cpp65 const DwarfFde* fde = this->eh_frame_->GetFdeFromOffset(0x5100); in TYPED_TEST_P()
104 const DwarfFde* fde = this->eh_frame_->GetFdeFromOffset(0x5100); in TYPED_TEST_P()
DDwarfDebugFrameTest.cpp406 const DwarfFde* fde = this->debug_frame_->GetFdeFromOffset(0x14000); in TYPED_TEST_P()
434 const DwarfFde* fde = this->debug_frame_->GetFdeFromOffset(0x8000); in TYPED_TEST_P()
652 const DwarfFde* fde = this->debug_frame_->GetFdeFromOffset(0x5200); in TYPED_TEST_P()
678 const DwarfFde* fde = this->debug_frame_->GetFdeFromOffset(0x5200); in TYPED_TEST_P()
705 const DwarfFde* fde = this->debug_frame_->GetFdeFromOffset(0x5200); in TYPED_TEST_P()
732 const DwarfFde* fde = this->debug_frame_->GetFdeFromOffset(0x5200); in TYPED_TEST_P()
DDwarfEhFrameWithHdrTest.cpp375 const DwarfFde* fde = this->eh_frame_->GetFdeFromOffset(0x14000); in TYPED_TEST_P()
413 const DwarfFde* fde = this->eh_frame_->GetFdeFromOffset(0x8000); in TYPED_TEST_P()
DDwarfSectionImplTest.cpp87 ASSERT_TRUE(this->section_->GetFdeFromOffset(0x4000) == nullptr); in TYPED_TEST_P()
92 ASSERT_TRUE(this->section_->GetFdeFromOffset(0x4000) == nullptr); in TYPED_TEST_P()
/system/core/libunwindstack/
DDwarfEhFrameWithHdr.cpp105 const DwarfFde* fde = this->GetFdeFromOffset(fde_offset); in GetFdeFromPc()
189 const DwarfFde* fde = this->GetFdeFromOffset(info->offset); in GetFdes()
DDwarfSection.cpp248 const DwarfFde* DwarfSectionImpl<AddressType>::GetFdeFromOffset(uint64_t offset) { in GetFdeFromOffset() function in unwindstack::DwarfSectionImpl
/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h130 const DwarfFde* GetFdeFromOffset(uint64_t offset);