Home
last modified time | relevance | path

Searched refs:ctx_sparc (Results 1 – 2 of 2) sorted by relevance

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