Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DDwarfError.h30 DWARF_ERROR_NOT_IMPLEMENTED, enumerator
/system/core/libunwindstack/
DElfInterface.cpp558 case DWARF_ERROR_NOT_IMPLEMENTED: in Step()
DDwarfOp.cpp1933 last_error_.code = DWARF_ERROR_NOT_IMPLEMENTED; in op_not_implemented()
DDwarfSection.cpp397 last_error_.code = DWARF_ERROR_NOT_IMPLEMENTED; in EvalExpression()
/system/core/libunwindstack/tests/
DDwarfSectionImplTest.cpp179 EXPECT_EQ(DWARF_ERROR_NOT_IMPLEMENTED, this->section_->LastErrorCode()); in TYPED_TEST_P()
DDwarfOpTest.cpp161 ASSERT_EQ(DWARF_ERROR_NOT_IMPLEMENTED, this->op_->LastErrorCode()); in TYPED_TEST_P()