Searched defs:__cxx_function_descr (Results 1 – 3 of 3) sorted by relevance
93 typedef struct __cxx_function_descr struct95 UINT magic; /* must be CXX_FRAME_MAGIC */96 UINT unwind_count; /* number of unwind handlers */97 const unwind_info *unwind_table; /* array of unwind handlers */98 UINT tryblock_count; /* number of try blocks */99 const tryblock_info *tryblock; /* array of try blocks */100 UINT ipmap_count;101 const void *ipmap;102 const void *expect_list; /* expected exceptions list when magic >= VC7 */103 UINT flags; /* flags when magic >= VC8 */
74 typedef struct __cxx_function_descr struct76 UINT magic;77 UINT unwind_count;78 UINT unwind_table;79 UINT tryblock_count;80 UINT tryblock;81 UINT ipmap_count;82 UINT ipmap;83 UINT unwind_help;84 UINT expect_list;[all …]
85 typedef struct __cxx_function_descr struct87 UINT magic; /* must be CXX_FRAME_MAGIC */88 UINT unwind_count; /* number of unwind handlers */89 const unwind_info *unwind_table; /* array of unwind handlers */90 UINT tryblock_count; /* number of try blocks */91 const tryblock_info *tryblock; /* array of try blocks */92 UINT ipmap_count;93 const void *ipmap;94 const void *expect_list; /* expected exceptions list when magic >= VC7 */95 UINT flags; /* flags when magic >= VC8 */