Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DDwarfError.h33 DWARF_ERROR_UNSUPPORTED_VERSION, enumerator
/system/core/libunwindstack/
DDwarfEhFrameWithHdr.cpp60 last_error_.code = DWARF_ERROR_UNSUPPORTED_VERSION; in Init()
DElfInterface.cpp559 case DWARF_ERROR_UNSUPPORTED_VERSION: in Step()
DDwarfSection.cpp145 last_error_.code = DWARF_ERROR_UNSUPPORTED_VERSION; in FillInCie()
/system/core/libunwindstack/tests/
DDwarfDebugFrameTest.cpp572 EXPECT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
575 EXPECT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
579 EXPECT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
582 EXPECT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
DDwarfEhFrameWithHdrTest.cpp104 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
107 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()