|
LibreOffice Module bridges (master) 1
|
#include <unwind-cxx.h>
Public Attributes | |
| std::type_info * | exceptionType |
| void(* | exceptionDestructor )(void *) |
| void(* | unexpectedHandler )() |
| std::terminate_handler | terminateHandler |
| __cxa_exception * | nextException |
| int | handlerCount |
| int | handlerSwitchValue |
| const unsigned char * | actionRecord |
| const unsigned char * | languageSpecificData |
| _Unwind_Ptr | catchTemp |
| void * | adjustedPtr |
| size_t | referenceCount |
| _Unwind_Exception | unwindHeader |
| char const * | actionRecord |
| char const * | languageSpecificData |
| void * | catchTemp |
Definition at line 63 of file unwind-cxx.h.
| char const * __cxxabiv1::__cxa_exception::actionRecord |
Definition at line 113 of file unwind-cxx.h.
| char const* __cxxabiv1::__cxa_exception::actionRecord |
Definition at line 97 of file gcc3_linux_aarch64/abi.hxx.
| void * __cxxabiv1::__cxa_exception::adjustedPtr |
Definition at line 116 of file unwind-cxx.h.
Referenced by abi_aarch64::mapException().
| void * __cxxabiv1::__cxa_exception::catchTemp |
Definition at line 115 of file unwind-cxx.h.
| void* __cxxabiv1::__cxa_exception::catchTemp |
Definition at line 99 of file gcc3_linux_aarch64/abi.hxx.
| void(* __cxxabiv1::__cxa_exception::exceptionDestructor)(void *) |
Definition at line 89 of file unwind-cxx.h.
| std::type_info * __cxxabiv1::__cxa_exception::exceptionType |
Definition at line 88 of file unwind-cxx.h.
| int __cxxabiv1::__cxa_exception::handlerCount |
Definition at line 101 of file unwind-cxx.h.
| int __cxxabiv1::__cxa_exception::handlerSwitchValue |
Definition at line 112 of file unwind-cxx.h.
| char const * __cxxabiv1::__cxa_exception::languageSpecificData |
Definition at line 114 of file unwind-cxx.h.
| char const* __cxxabiv1::__cxa_exception::languageSpecificData |
Definition at line 98 of file gcc3_linux_aarch64/abi.hxx.
| __cxa_exception * __cxxabiv1::__cxa_exception::nextException |
Definition at line 97 of file unwind-cxx.h.
| size_t __cxxabiv1::__cxa_exception::referenceCount |
Definition at line 122 of file unwind-cxx.h.
| std::terminate_handler __cxxabiv1::__cxa_exception::terminateHandler |
Definition at line 94 of file unwind-cxx.h.
| void(* __cxxabiv1::__cxa_exception::unexpectedHandler)() |
Definition at line 93 of file unwind-cxx.h.
| _Unwind_Exception __cxxabiv1::__cxa_exception::unwindHeader |
Definition at line 126 of file unwind-cxx.h.