Searched refs:ExceptionInformation (Results 1 – 12 of 12) sorted by relevance
50 ULONG_PTR ExceptionInformation[exception_maximum_parameters]; member220 et_(*reinterpret_cast<cpp_exception_type const *>(record->ExceptionInformation[2])), in cloned_exception()221 image_base_((cpp_exception_parameter_count==4) ? record->ExceptionInformation[3] : 0), in cloned_exception()222 …exc_(clone_msvc_exception(reinterpret_cast<void *>(record->ExceptionInformation[1]),et_,image_base… in cloned_exception()266 (record->ExceptionInformation[0]==cpp_exception_magic_flag); in is_cpp_exception()277 if( !record->ExceptionInformation[2] ) in exception_cloning_filter()279 if( is_cpp_exception(record) && record->ExceptionInformation[2] ) in exception_cloning_filter()
1136 er->ExceptionInformation[0] == 0 ? "read data" : in g_win32_veh_handler()1137 er->ExceptionInformation[0] == 1 ? "write data" : in g_win32_veh_handler()1138 er->ExceptionInformation[0] == 8 ? "execute data" : in g_win32_veh_handler()1140 (void *) er->ExceptionInformation[1]); in g_win32_veh_handler()1145 er->ExceptionInformation[0] == 0 ? "read from an inaccessible page" : in g_win32_veh_handler()1146 er->ExceptionInformation[0] == 1 ? "write to an inaccessible page" : in g_win32_veh_handler()1147 er->ExceptionInformation[0] == 8 ? "execute data in page" : in g_win32_veh_handler()1149 (void *) er->ExceptionInformation[1], in g_win32_veh_handler()1150 er->ExceptionInformation[2]); in g_win32_veh_handler()
239 support::ulittle64_t ExceptionInformation[MaxParameters]; member
295 if (pr->ExceptionInformation[0] == 0) in SetException()298 pr->ExceptionInformation[1]); in SetException()302 pr->ExceptionInformation[1]); in SetException()
391 support::ulittle64_t &Field = Exception.ExceptionInformation[Index]; in mapping()
1011 m_fault_address = (void*)exps->ExceptionRecord->ExceptionInformation[1];1012 m_dir = exps->ExceptionRecord->ExceptionInformation[0] == 0;
1034 ULONG64 ExceptionInformation [EXCEPTION_MAXIMUM_PARAMETERS ]; member
4099 interface ConfirmSiteSpecificExceptionsInformation extends ExceptionInformation {4124 interface ExceptionInformation { interface4215 interface StoreExceptionsInformation extends ExceptionInformation {16495 confirmWebWideTrackingException(args: ExceptionInformation): boolean;16496 removeSiteSpecificTrackingException(args: ExceptionInformation): void;16497 removeWebWideTrackingException(args: ExceptionInformation): void;
738 NTSTATUS status = (NTSTATUS)pep->ExceptionRecord->ExceptionInformation[3]; in fs__filemap_ex_filter()
256 interface ConfirmSiteSpecificExceptionsInformation extends ExceptionInformation {502 interface ExceptionInformation { interface1820 interface StoreExceptionsInformation extends ExceptionInformation {10085 confirmWebWideTrackingException(args: ExceptionInformation): boolean;10086 removeSiteSpecificTrackingException(args: ExceptionInformation): void;10087 removeWebWideTrackingException(args: ExceptionInformation): void;
236 interface ConfirmSiteSpecificExceptionsInformation extends ExceptionInformation {482 interface ExceptionInformation { interface1800 interface StoreExceptionsInformation extends ExceptionInformation {10065 confirmWebWideTrackingException(args: ExceptionInformation): boolean;10066 removeSiteSpecificTrackingException(args: ExceptionInformation): void;10067 removeWebWideTrackingException(args: ExceptionInformation): void;
494 ExceptionInformation: {