Home
last modified time | relevance | path

Searched defs:catchblock (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/crt/wine/
H A Dexcept_x86_64.c66 UINT catchblock; member
152 catchblock_info *catchblock = rva_to_ptr(tryblock[i].catchblock, image_base); in dump_function_descr() local
228 const catchblock_info *catchblock, in copy_exception()
435 … const catchblock_info *catchblock = rva_to_ptr(tryblock->catchblock, dispatch->ImageBase); in find_catch_block() local
541 … const catchblock_info *catchblock = rva_to_ptr(tryblock->catchblock, dispatch->ImageBase); in cxx_frame_handler() local
H A Dexcept_i386.c75 const catchblock_info *catchblock; /* array of catch blocks */ member
292 const catchblock_info *catchblock, const cxx_type_info *type ) in copy_exception()
418 const catchblock_info *catchblock = &tryblock->catchblock[j]; in call_catch_block() local
/reactos/sdk/lib/crt/include/internal/wine/
H A Dcppexcept.h82 const catchblock_info *catchblock; /* array of catch blocks */ member