Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/wine/
H A Dcppexcept.h116 const cxx_type_info_table *type_info_table; /* list of types for this exception object */ member
124 unsigned int type_info_table; member
H A Dexcept_x86_64.c121 const cxx_type_info_table *type_info_table = rva_to_ptr(type->type_info_table, base); in dump_exception_type() local
203 const cxx_type_info_table *type_info_table = rva_to_ptr(exc_type->type_info_table, exc_base); in find_caught_type() local
/reactos/sdk/lib/crt/include/internal/wine/
H A Dcppexcept.h148 const cxx_type_info_table *type_info_table; /* list of types for this exception object */ member