OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctx_sparc
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/google_breakpad/processor/
dump_context.h
82
void SetContextSPARC(MDRawContextSPARC*
ctx_sparc
);
100
MDRawContextSPARC*
ctx_sparc
;
member in union:google_breakpad::DumpContext::__anon19471
/external/google-breakpad/src/processor/
dump_context.cc
115
return context_.
ctx_sparc
;
208
void DumpContext::SetContextSPARC(MDRawContextSPARC*
ctx_sparc
) {
209
context_.
ctx_sparc
=
ctx_sparc
;
243
delete context_.
ctx_sparc
;
Completed in 177 milliseconds