Lines Matching refs:REAL
81 CHECK(REAL(SetUnhandledExceptionFilter)); in INTERCEPTOR_WINAPI()
83 return REAL(SetUnhandledExceptionFilter)(ExceptionFilter); in INTERCEPTOR_WINAPI()
91 CHECK(REAL(RtlRaiseException)); in INTERCEPTOR_WINAPI()
96 REAL(RtlRaiseException)(ExceptionRecord); in INTERCEPTOR_WINAPI()
100 CHECK(REAL(RaiseException)); in INTERCEPTOR_WINAPI()
102 REAL(RaiseException)(a, b, c, d); in INTERCEPTOR_WINAPI()
110 CHECK(REAL(__C_specific_handler)); in INTERCEPTOR_WINAPI()
112 return REAL(__C_specific_handler)(a, b, c, d); in INTERCEPTOR_WINAPI()
118 CHECK(REAL(_except_handler3)); in INTERCEPTOR()
120 return REAL(_except_handler3)(a, b, c, d); in INTERCEPTOR()
128 CHECK(REAL(_except_handler4)); in INTERCEPTOR()
130 return REAL(_except_handler4)(a, b, c, d); in INTERCEPTOR()
153 return REAL(CreateThread)(security, stack_size, asan_thread_start, t, in INTERCEPTOR_WINAPI()
183 (uptr *)&REAL(RaiseException))) { in InitializePlatformInterceptors()
186 (uptr *)&REAL(RtlRaiseException))); in InitializePlatformInterceptors()