Home
last modified time | relevance | path

Searched refs:DwarfErrorCode (Results 1 – 5 of 5) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfError.h23 enum DwarfErrorCode : uint8_t { enum
37 DwarfErrorCode code;
DDwarfSection.h98 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
/system/unwinding/libunwindstack/
DDwarfOp.h61 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
DDwarfCfa.h87 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
DElfInterface.cpp556 DwarfErrorCode code = section->LastErrorCode(); in Step()