Home
last modified time | relevance | path

Searched refs:DWARF_ERROR_NO_FDES (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfError.h33 DWARF_ERROR_NO_FDES, enumerator
/system/unwinding/libunwindstack/
DDwarfEhFrameWithHdr.cpp98 last_error_.code = DWARF_ERROR_NO_FDES; in Init()
DElfInterface.cpp572 case DWARF_ERROR_NO_FDES: in Step()
/system/unwinding/libunwindstack/tests/
DDwarfEhFrameWithHdrTest.cpp103 ASSERT_EQ(DWARF_ERROR_NO_FDES, this->eh_frame_->LastErrorCode()); in TYPED_TEST_P()