Searched refs:custom_handler (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/lib/crt/wine/ |
H A D | cppexcept.h | 114 cxx_exc_custom_handler custom_handler; /* custom handler for this exception */ member 122 unsigned int custom_handler; member
|
H A D | except_i386.c | 223 type->flags, type->destructor, type->custom_handler, type->type_info_table ); in dump_exception_type() 601 exc_type->custom_handler) in cxx_frame_handler() 603 return exc_type->custom_handler( rec, frame, context, dispatch, descr, in cxx_frame_handler()
|
H A D | except_x86_64.c | 126 type->custom_handler, rva_to_ptr(type->custom_handler, base), in dump_exception_type()
|
/reactos/sdk/lib/crt/include/internal/wine/ |
H A D | cppexcept.h | 147 cxx_exc_custom_handler custom_handler; /* custom handler for this exception */ member
|