Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfError.h33 DWARF_ERROR_UNSUPPORTED_VERSION, enumerator
DDwarfEhFrame.cpp46 last_error_ = DWARF_ERROR_UNSUPPORTED_VERSION; in Init()
DDwarfSection.cpp306 last_error_ = DWARF_ERROR_UNSUPPORTED_VERSION; in FillInCie()
/system/core/libunwindstack/tests/
DDwarfEhFrameTest.cpp101 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->last_error()); in TYPED_TEST_P()
104 ASSERT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->eh_frame_->last_error()); in TYPED_TEST_P()
DDwarfSectionImplTest.cpp444 EXPECT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->section_->last_error()); in TYPED_TEST_P()
449 EXPECT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->section_->last_error()); in TYPED_TEST_P()
454 EXPECT_EQ(DWARF_ERROR_UNSUPPORTED_VERSION, this->section_->last_error()); in TYPED_TEST_P()