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.cpp110 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInCieHeader()
126 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInCieHeader()
289 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInFdeHeader()
308 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in FillInFdeHeader()
433 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in EvalRegister()
478 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Eval()
501 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Eval()
517 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.cpp68 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Init()
DDwarfCfa.cpp110 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in GetLocationInfo()
DElfInterface.cpp506 case DWARF_ERROR_ILLEGAL_VALUE: in Step()
/system/core/libunwindstack/tests/
DDwarfSectionImplTest.cpp144 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
188 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
209 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
215 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
221 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
227 EXPECT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->section_->LastErrorCode()); in TYPED_TEST_P()
348 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.cpp101 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
DDwarfCfaTest.cpp81 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()