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.cpp97 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in GetLocationInfo()
360 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in cfa_restore()
422 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in cfa_def_cfa_register()
436 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in cfa_def_cfa_offset()
483 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in cfa_def_cfa_offset_sf()
DDwarfEhFrameWithHdr.cpp128 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in GetFdeFromPc()
DDwarfSection.cpp47 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in Step()
392 last_error_.code = DWARF_ERROR_ILLEGAL_STATE; in EvalExpression()
DElfInterface.cpp550 case DWARF_ERROR_ILLEGAL_STATE: in Step()
/system/core/libunwindstack/tests/
DDwarfCfaTest.cpp203 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()
232 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()
599 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()
642 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()
684 ASSERT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->cfa_->LastErrorCode()); in TYPED_TEST_P()
DDwarfSectionImplTest.cpp127 EXPECT_EQ(DWARF_ERROR_ILLEGAL_STATE, this->section_->LastErrorCode()); in TYPED_TEST_P()