Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DDwarfError.h24 enum DwarfErrorCode : uint8_t { enum
38 DwarfErrorCode code;
DDwarfSection.h86 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
/system/core/libunwindstack/
DDwarfOp.h62 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
DDwarfCfa.h84 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
DElfInterface.cpp495 DwarfErrorCode code = section->LastErrorCode(); in Step()