Searched refs:DWARF_ERROR_ILLEGAL_VALUE (Results 1 – 10 of 10) sorted by relevance
/system/unwinding/libunwindstack/include/unwindstack/ |
D | DwarfError.h | 27 DWARF_ERROR_ILLEGAL_VALUE, enumerator
|
/system/unwinding/libunwindstack/ |
D | DwarfSection.cpp | 115 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()
|
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 | 73 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in Init()
|
D | DwarfCfa.cpp | 112 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in GetLocationInfo() 527 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE; in cfa_aarch64_negate_ra_state()
|
D | ElfInterface.cpp | 502 case DWARF_ERROR_ILLEGAL_VALUE: in Step()
|
/system/unwinding/libunwindstack/tests/ |
D | DwarfSectionImplTest.cpp | 145 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()
|
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() 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()
|
D | DwarfEhFrameWithHdrTest.cpp | 91 ASSERT_EQ(DWARF_ERROR_ILLEGAL_VALUE, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()
|
D | DwarfCfaTest.cpp | 83 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()
|