Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DDwarfError.h27 DWARF_ERROR_ILLEGAL_VALUE, enumerator
/system/core/libunwindstack/
DDwarfSection.cpp112 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInCieHeader()
128 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInCieHeader()
292 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInFdeHeader()
311 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInFdeHeader()
436 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in EvalRegister()
470 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in EvalRegister()
488 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Eval()
515 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Eval()
531 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.cpp549 case DWARF_ERROR_ILLEGAL_VALUE: in Step()
/system/core/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()
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()
839 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
942 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
1517 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->op_->LastErrorCode()); in TYPED_TEST_P()
1546 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()