Home
last modified time | relevance | path

Searched refs:ErrorData (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DError.h74 struct ErrorData { struct
H A DElfInterface.h126 const ErrorData& last_error() { return last_error_; } in last_error()
175 ErrorData last_error_{ERROR_NONE, 0};
H A DLocalUnwinder.h81 ErrorData last_error_;
H A DElf.h77 void GetLastError(ErrorData* data);
H A DUnwinder.h164 ErrorData last_error_;
/aosp12/system/unwinding/libunwindstack/tests/
H A DElfTest.cpp154 ErrorData error = {}; in TEST_F()
548 ErrorData error{ERROR_NONE, 0}; in TEST_F()
/aosp12/system/unwinding/libunwindstack/
H A DElf.cpp157 void Elf::GetLastError(ErrorData* data) { in GetLastError()