Home
last modified time | relevance | path

Searched refs:DWARF_ERROR_TOO_MANY_ITERATIONS (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfError.h31 DWARF_ERROR_TOO_MANY_ITERATIONS, enumerator
/system/unwinding/libunwindstack/
DElfInterface.cpp505 case DWARF_ERROR_TOO_MANY_ITERATIONS: in Step()
DDwarfOp.cpp1526 last_error_.code = DWARF_ERROR_TOO_MANY_ITERATIONS; in Eval()
/system/unwinding/libunwindstack/tests/
DDwarfOpTest.cpp101 ASSERT_EQ(DWARF_ERROR_TOO_MANY_ITERATIONS, this->op_->LastErrorCode()); in TYPED_TEST_P()