Home
last modified time | relevance | path

Searched refs:DWARF_ERROR_NONE (Results 1 – 11 of 11) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DDwarfError.h25 DWARF_ERROR_NONE, enumerator
DDwarfSection.h111 DwarfErrorData last_error_{DWARF_ERROR_NONE, 0};
/system/core/libunwindstack/tests/
DDwarfDebugFrameTest.cpp478 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
485 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
493 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
500 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
508 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
516 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
524 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
532 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
540 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
548 EXPECT_EQ(DWARF_ERROR_NONE, this->debug_frame_->LastErrorCode()); in TYPED_TEST_P()
[all …]
DDwarfEhFrameWithHdrTest.cpp300 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
340 ASSERT_EQ(DWARF_ERROR_NONE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
DDwarfSectionImplTest.cpp54 void TestClearError() { this->last_error_.code = DWARF_ERROR_NONE; } in TestClearError()
DDwarfOpTest.cpp63 ASSERT_EQ(DWARF_ERROR_NONE, this->op_->LastErrorCode()); in TYPED_TEST_P()
89 ASSERT_EQ(DWARF_ERROR_NONE, this->op_->LastErrorCode()); in TYPED_TEST_P()
/system/core/libunwindstack/
DDwarfOp.h90 DwarfErrorData last_error_{DWARF_ERROR_NONE, 0};
DDwarfCfa.cpp48 last_error_.code = DWARF_ERROR_NONE; in GetLocationInfo()
DElfInterface.cpp497 case DWARF_ERROR_NONE: in Step()
DDwarfOp.cpp1535 last_error_.code = DWARF_ERROR_NONE; in Decode()
DDwarfSection.cpp43 last_error_.code = DWARF_ERROR_NONE; in Step()