Searched refs:exception_pointers (Results 1 – 3 of 3) sorted by relevance
275 ShadowExceptionHandler(PEXCEPTION_POINTERS exception_pointers) { in ShadowExceptionHandler() argument278 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()280 exception_pointers->ExceptionRecord->NumberParameters < 2) { in ShadowExceptionHandler()287 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
253 ShadowExceptionHandler(PEXCEPTION_POINTERS exception_pointers) { in ShadowExceptionHandler() argument256 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()263 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
255 ShadowExceptionHandler(PEXCEPTION_POINTERS exception_pointers) { in ShadowExceptionHandler() argument258 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()265 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()