Home
last modified time | relevance | path

Searched refs:GetFdeInfoFromIndex (Results 1 – 3 of 3) sorted by relevance

/system/unwinding/libunwindstack/
DDwarfEhFrameWithHdr.cpp139 DwarfEhFrameWithHdr<AddressType>::GetFdeInfoFromIndex(size_t index) { in GetFdeInfoFromIndex() function in unwindstack::DwarfEhFrameWithHdr
176 const FdeInfo* info = GetFdeInfoFromIndex(current); in GetFdeOffsetFromPc()
191 const FdeInfo* info = GetFdeInfoFromIndex(last - 1); in GetFdeOffsetFromPc()
204 const FdeInfo* info = GetFdeInfoFromIndex(i); in GetFdes()
DDwarfEhFrameWithHdr.h69 const FdeInfo* GetFdeInfoFromIndex(size_t index);
/system/unwinding/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp369 ASSERT_TRUE(this->eh_frame_->GetFdeInfoFromIndex(0) == nullptr); in TYPED_TEST_P()
372 ASSERT_TRUE(this->eh_frame_->GetFdeInfoFromIndex(0) == nullptr); in TYPED_TEST_P()
387 auto info = this->eh_frame_->GetFdeInfoFromIndex(2); in TYPED_TEST_P()
402 auto info = this->eh_frame_->GetFdeInfoFromIndex(2); in TYPED_TEST_P()
416 auto info = this->eh_frame_->GetFdeInfoFromIndex(2); in TYPED_TEST_P()
424 info = this->eh_frame_->GetFdeInfoFromIndex(2); in TYPED_TEST_P()