Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dexploitability_linux.cc111 const MDRawExceptionStream* raw_exception_stream = exception->exception(); in CheckPlatformExploitability() local
112 if (raw_exception_stream == NULL) { in CheckPlatformExploitability()
118 if (this->BenignCrashTrigger(raw_exception_stream)) { in CheckPlatformExploitability()
188 const MDRawExceptionStream* raw_exception_stream = exception->exception(); in EndedOnIllegalWrite()
191 if (!raw_exception_stream || !context) { in EndedOnIllegalWrite()
281 const MDRawExceptionStream* raw_exception_stream) { in BenignCrashTrigger() argument
285 switch (raw_exception_stream->exception_record.exception_code) { in BenignCrashTrigger()
H A Dexploitability_linux.h70 bool BenignCrashTrigger(const MDRawExceptionStream* raw_exception_stream);