Searched refs:DWARF_ERROR_NONE (Results 1 – 11 of 11) sorted by relevance
/system/core/libunwindstack/include/unwindstack/ |
D | DwarfError.h | 25 DWARF_ERROR_NONE, enumerator
|
D | DwarfSection.h | 111 DwarfErrorData last_error_{DWARF_ERROR_NONE, 0};
|
/system/core/libunwindstack/tests/ |
D | DwarfDebugFrameTest.cpp | 478 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 …]
|
D | DwarfEhFrameWithHdrTest.cpp | 300 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()
|
D | DwarfSectionImplTest.cpp | 54 void TestClearError() { this->last_error_.code = DWARF_ERROR_NONE; } in TestClearError()
|
D | DwarfOpTest.cpp | 63 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/ |
D | DwarfOp.h | 90 DwarfErrorData last_error_{DWARF_ERROR_NONE, 0};
|
D | DwarfCfa.cpp | 48 last_error_.code = DWARF_ERROR_NONE; in GetLocationInfo()
|
D | ElfInterface.cpp | 497 case DWARF_ERROR_NONE: in Step()
|
D | DwarfOp.cpp | 1535 last_error_.code = DWARF_ERROR_NONE; in Decode()
|
D | DwarfSection.cpp | 43 last_error_.code = DWARF_ERROR_NONE; in Step()
|