Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DDwarfDebugFrameTest.cpp477 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()
484 cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()
492 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()
499 cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()
507 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()
515 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()
523 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()
531 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()
539 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()
547 const DwarfCie* cie = this->debug_frame_->GetCieFromOffset(0x5000); in TYPED_TEST_P()
[all …]
DDwarfSectionImplTest.cpp76 ASSERT_TRUE(this->section_->GetCieFromOffset(0x4000) == nullptr); in TYPED_TEST_P()
81 ASSERT_TRUE(this->section_->GetCieFromOffset(0x4000) == nullptr); in TYPED_TEST_P()
/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h128 const DwarfCie* GetCieFromOffset(uint64_t offset);
/system/core/libunwindstack/
DDwarfSection.cpp66 const DwarfCie* DwarfSectionImpl<AddressType>::GetCieFromOffset(uint64_t offset) { in GetCieFromOffset() function in unwindstack::DwarfSectionImpl
323 const DwarfCie* cie = GetCieFromOffset(fde->cie_offset); in FillInFde()