ReactOS 0.4.16-dev-927-g467dec4
|
Go to the source code of this file.
Functions | |
static __crt_signal_action_t *__cdecl | xcptlookup (unsigned long const xcptnum, __crt_signal_action_t *const action_table) throw () |
int __cdecl | _seh_filter_dll (unsigned long const xcptnum, PEXCEPTION_POINTERS const pxcptinfoptrs) |
int __cdecl | _seh_filter_exe (unsigned long const xcptnum, PEXCEPTION_POINTERS const pxcptinfoptrs) |
int __cdecl _seh_filter_dll | ( | unsigned long const | xcptnum, |
PEXCEPTION_POINTERS const | pxcptinfoptrs | ||
) |
Definition at line 75 of file exception_filter.cpp.
int __cdecl _seh_filter_exe | ( | unsigned long const | xcptnum, |
PEXCEPTION_POINTERS const | pxcptinfoptrs | ||
) |
Definition at line 120 of file exception_filter.cpp.
Referenced by _seh_filter_dll().
|
static |
Definition at line 55 of file exception_filter.cpp.
Referenced by _seh_filter_exe().
struct __crt_signal_action_t const __acrt_exception_action_table[] |
Definition at line 20 of file exception_filter.cpp.
Referenced by construct_ptd(), destroy_ptd(), and signal().
Definition at line 41 of file exception_filter.cpp.
Referenced by _seh_filter_exe(), and raise().
Definition at line 44 of file exception_filter.cpp.
Referenced by _seh_filter_exe(), and raise().
size_t const __acrt_signal_action_table_count = sizeof(__acrt_exception_action_table) / sizeof(__acrt_exception_action_table[0]) |
Definition at line 50 of file exception_filter.cpp.
Referenced by siglookup(), signal(), and xcptlookup().
size_t const __acrt_signal_action_table_size = sizeof(__acrt_exception_action_table) |
Definition at line 47 of file exception_filter.cpp.
Referenced by signal().