Lines Matching defs:__cxa_exception
29 struct __cxa_exception { struct
35 size_t referenceCount;
39 std::type_info *exceptionType;
40 void (*exceptionDestructor)(void *);
41 std::unexpected_handler unexpectedHandler;
42 std::terminate_handler terminateHandler;
44 __cxa_exception *nextException;
46 int handlerCount;
49 __cxa_exception* nextPropagatingException;
50 int propagationCount;
52 int handlerSwitchValue;
53 const unsigned char *actionRecord;
54 const unsigned char *languageSpecificData;
55 void *catchTemp;
56 void *adjustedPtr;
63 size_t referenceCount;
66 _Unwind_Exception unwindHeader;