Searched refs:DWARF_ERROR_ILLEGAL_VALUE (Results 1 – 10 of 10) sorted by relevance
/system/core/libunwindstack/include/unwindstack/ |
D | DwarfError.h | 27 DWARF_ERROR_ILLEGAL_VALUE, enumerator
|
/system/core/libunwindstack/ |
D | DwarfSection.cpp | 110 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()
|
D | DwarfOp.cpp | 1544 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()
|
D | DwarfEhFrameWithHdr.cpp | 68 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Init()
|
D | DwarfCfa.cpp | 110 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in GetLocationInfo()
|
D | ElfInterface.cpp | 506 case DWARF_ERROR_ILLEGAL_VALUE: in Step()
|
/system/core/libunwindstack/tests/ |
D | DwarfSectionImplTest.cpp | 144 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()
|
D | DwarfOpTest.cpp | 116 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()
|
D | DwarfEhFrameWithHdrTest.cpp | 101 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
|
D | DwarfCfaTest.cpp | 81 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()
|