Home
last modified time | relevance | path

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

/system/unwinding/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.cpp471 const DwarfFde* fde = this->eh_frame_->GetFdeFromOffset(0x14000); in TYPED_TEST_P()
509 const DwarfFde* fde = this->eh_frame_->GetFdeFromOffset(0x8000); in TYPED_TEST_P()
DDwarfSectionImplTest.cpp88 ASSERT_TRUE(this->section_->GetFdeFromOffset(0x4000) == nullptr); in TYPED_TEST_P()
93 ASSERT_TRUE(this->section_->GetFdeFromOffset(0x4000) == nullptr); in TYPED_TEST_P()
/system/unwinding/libunwindstack/
DDwarfEhFrameWithHdr.cpp109 const DwarfFde* fde = this->GetFdeFromOffset(fde_offset); in GetFdeFromPc()
203 const DwarfFde* fde = this->GetFdeFromOffset(info->offset); in GetFdes()
DDwarfSection.cpp256 const DwarfFde* DwarfSectionImpl<AddressType>::GetFdeFromOffset(uint64_t offset) { in GetFdeFromOffset() function in unwindstack::DwarfSectionImpl
723 fdes->push_back(GetFdeFromOffset(it.second)); in GetFdes()
742 const DwarfFde* fde = GetFdeFromOffset(/*fde_offset=*/it->second); in GetFdeFromPc()
/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h135 const DwarfFde* GetFdeFromOffset(uint64_t offset);