Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DDwarfError.h24 enum DwarfErrorCode : uint8_t { enum
38 DwarfErrorCode code;
H A DDwarfSection.h88 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
/aosp12/system/unwinding/libunwindstack/
H A DDwarfOp.h62 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
H A DDwarfCfa.h88 DwarfErrorCode LastErrorCode() { return last_error_.code; } in LastErrorCode()
H A DElfInterface.cpp491 DwarfErrorCode code = section->LastErrorCode(); in Step()