Searched refs:exception_pointers (Results 1 – 2 of 2) sorted by relevance
55 ExitWithExceptionCode(struct _EXCEPTION_POINTERS* exception_pointers) { in ExitWithExceptionCode() argument56 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
286 ShadowExceptionHandler(PEXCEPTION_POINTERS exception_pointers) { in ShadowExceptionHandler() argument289 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()291 exception_pointers->ExceptionRecord->NumberParameters < 2) { in ShadowExceptionHandler()298 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()