Searched refs:ExceptionInformation (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc580 exception_record.ExceptionInformation[0] =
582 exception_record.ExceptionInformation[1] =
584 exception_record.ExceptionInformation[2] = assertion.line;
660 exception_record.ExceptionInformation[0] =
662 exception_record.ExceptionInformation[1] =
664 exception_record.ExceptionInformation[2] = assertion.line;
/external/compiler-rt/lib/asan/
H A Dasan_win.cc233 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc826 uptr access_addr = exception_record->ExceptionInformation[1];
833 switch (exception_record->ExceptionInformation[0]) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h1034 ULONG64 ExceptionInformation [EXCEPTION_MAXIMUM_PARAMETERS ]; member in struct:_MINIDUMP_EXCEPTION

Completed in 135 milliseconds