Home
last modified time | relevance | path

Searched refs:DWARF_ERROR_ILLEGAL_STATE (Results 1 – 7 of 7) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DDwarfError.h28 DWARF_ERROR_ILLEGAL_STATE, enumerator
/system/core/libunwindstack/
DDwarfCfa.cpp95 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in GetLocationInfo()
354 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in cfa_restore()
416 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in cfa_def_cfa_register()
430 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in cfa_def_cfa_offset()
477 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in cfa_def_cfa_offset_sf()
DDwarfEhFrameWithHdr.cpp114 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in GetFdeFromPc()
DDwarfSection.cpp46 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in Step()
389 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in EvalExpression()
DElfInterface.cpp507 case DWARF_ERROR_ILLEGAL_STATE: in Step()
/system/core/libunwindstack/tests/
DDwarfCfaTest.cpp201 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()
230 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()
597 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()
640 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()
682 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()
DDwarfSectionImplTest.cpp126 EXPECT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->section_->LastErrorCode()); in TYPED_TEST_P()