Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h52 ErrorData error;
73 bool Initialize(ErrorData& error);
93 virtual bool InternalInitialize(ErrorData& error) = 0;
138 bool InternalInitialize(ErrorData& error) override;
157 bool InternalInitialize(ErrorData& error) override;
DError.h85 struct ErrorData { struct
DElfInterface.h133 const ErrorData& last_error() { return last_error_; } in last_error()
174 ErrorData last_error_{ERROR_NONE, 0};
DUnwinder.h107 const ErrorData& LastError() { return last_error_; } in LastError()
148 ErrorData last_error_;
DElf.h74 void GetLastError(ErrorData* data);
/system/unwinding/libunwindstack/
DAndroidUnwinder.cpp73 bool AndroidUnwinder::Initialize(ErrorData& error) { in Initialize()
102 bool AndroidLocalUnwinder::InternalInitialize(ErrorData& error) { in InternalInitialize()
206 bool AndroidRemoteUnwinder::InternalInitialize(ErrorData& error) { in InternalInitialize()
DElf.cpp160 void Elf::GetLastError(ErrorData* data) { in GetLastError()
/system/unwinding/libunwindstack/benchmarks/
Dlocal_unwind_benchmarks.cpp106 unwindstack::ErrorData error; in BM_local_android_unwind_uncached_process_memory()
130 unwindstack::ErrorData error; in BM_local_android_unwind_cached_process_memory()
Dremote_unwind_benchmarks.cpp150 unwindstack::ErrorData error; in RemoteAndroidUnwind()
/system/unwinding/libunwindstack/tests/
DAndroidUnwinderTest.cpp161 ErrorData error; in TEST_F()
171 ErrorData error; in TEST()
387 ErrorData error; in TEST_F()
DElfTest.cpp155 ErrorData error = {}; in TEST_F()
535 ErrorData error{ERROR_NONE, 0}; in TEST_F()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp111 unwindstack::ErrorData error; in engrave_tombstone_ucontext()
/system/core/debuggerd/
Dcrash_dump.cpp771 unwindstack::ErrorData error_data; in main()