Home
last modified time | relevance | path

Searched refs:DWARF_ERROR_ILLEGAL_VALUE (Results 1 – 10 of 10) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfError.h27 DWARF_ERROR_ILLEGAL_VALUE, enumerator
/system/unwinding/libunwindstack/
DDwarfSection.cpp115 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInCieHeader()
131 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInCieHeader()
298 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInFdeHeader()
317 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInFdeHeader()
442 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in EvalRegister()
475 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in EvalRegister()
490 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Eval()
517 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Eval()
533 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Eval()
549 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Eval()
DDwarfOp.cpp1544 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Decode()
1629 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in op_deref_size()
1720 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in op_div()
1740 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in op_mod()
1908 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in op_breg()
1919 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in op_bregx()
DDwarfEhFrameWithHdr.cpp73 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Init()
DDwarfCfa.cpp112 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in GetLocationInfo()
527 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in cfa_aarch64_negate_ra_state()
DElfInterface.cpp502 case DWARF_ERROR_ILLEGAL_VALUE: in Step()
/system/unwinding/libunwindstack/tests/
DDwarfSectionImplTest.cpp145 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
189 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
210 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
216 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
222 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
228 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
349 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
505 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
511 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
DDwarfOpTest.cpp116 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
236 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
241 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
854 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
957 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
1532 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
1561 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
DDwarfEhFrameWithHdrTest.cpp91 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
DDwarfCfaTest.cpp83 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()
962 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()