Home
last modified time | relevance | path

Searched refs:DWARF_ERROR_UNSUPPORTED_VERSION (Results 1 – 6 of 6) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfError.h32 DWARF_ERROR_UNSUPPORTED_VERSION, enumerator
/system/unwinding/libunwindstack/
DDwarfEhFrameWithHdr.cpp65 last_error_.code = DWARF_ERROR_UNSUPPORTED_VERSION; in Init()
DElfInterface.cpp577 case DWARF_ERROR_UNSUPPORTED_VERSION: in Step()
DDwarfSection.cpp156 last_error_.code = DWARF_ERROR_UNSUPPORTED_VERSION; in FillInCie()
/system/unwinding/libunwindstack/tests/
DDwarfDebugFrameTest.cpp616 EXPECT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
619 EXPECT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
623 EXPECT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
626 EXPECT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
DDwarfEhFrameWithHdrTest.cpp109 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
112 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()