Searched defs:ExceptionHandlerRecord (Results 1 – 1 of 1) sorted by relevance
171 struct ExceptionHandlerRecord { struct172 uint32_t runtime_function_count;173 RUNTIME_FUNCTION runtime_function[kDefaultRuntimeFunctionCount];174 ExceptionHandlerUnwindData unwind_info;175 uint32_t exception_handler;176 uint8_t exception_thunk[kMaxExceptionThunkSize];