Home
last modified time | relevance | path

Searched refs:throw_func (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dexception_test.cpp60 void throw_func() { in throw_func() function
65 throw_func(); in throw_except_func()
/reactos/sdk/lib/crt/wine/
H A Dexcept_x86_64.c523 void *throw_func; in cxx_frame_handler() local
542 throw_func = rva_to_ptr(throw_func_off, throw_base); in cxx_frame_handler()
543 TRACE("reconstructed handler pointer: %p\n", throw_func); in cxx_frame_handler()
556 if (rva_to_ptr(catchblock->handler, dispatch->ImageBase) == throw_func) in cxx_frame_handler()