Searched defs:ctx_sparc (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
H A Ddump_context.h82 void SetContextSPARC(MDRawContextSPARC* ctx_sparc);
100 MDRawContextSPARC* ctx_sparc; member in union:google_breakpad::DumpContext::__anon6837
/external/google-breakpad/src/processor/
H A Ddump_context.cc115 return context_.ctx_sparc;
208 void DumpContext::SetContextSPARC(MDRawContextSPARC* ctx_sparc) { argument
209 context_.ctx_sparc = ctx_sparc;
243 delete context_.ctx_sparc;

Completed in 1013 milliseconds