Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dexploitability_linux.cc119 const MDRawExceptionStream *raw_exception_stream = exception->exception(); in CheckPlatformExploitability() local
120 if (raw_exception_stream == NULL) { in CheckPlatformExploitability()
126 if (this->BenignCrashTrigger(raw_exception_stream)) { in CheckPlatformExploitability()
195 const MDRawExceptionStream *raw_exception_stream = exception->exception(); in EndedOnIllegalWrite()
198 if (!raw_exception_stream || !context) { in EndedOnIllegalWrite()
585 *raw_exception_stream) { in BenignCrashTrigger() argument
589 switch (raw_exception_stream->exception_record.exception_code) { in BenignCrashTrigger()
Dexploitability_linux.h71 bool BenignCrashTrigger(const MDRawExceptionStream *raw_exception_stream);