29#ifndef _GLIBCXX_CDTOR_CALLABI
30#define _GLIBCXX_CDTOR_CALLABI
34#include <config_cxxabi.h>
35#include <typelib/typedescription.h>
37#include <uno/mapping.h>
39#if !HAVE_CXXABI_H_CLASS_TYPE_INFO
43class __class_type_info:
public std::type_info {
51#if !HAVE_CXXABI_H_SI_CLASS_TYPE_INFO
55class __si_class_type_info:
public __class_type_info {
66#if !HAVE_CXXABI_H_CXA_EXCEPTION
70struct __cxa_exception {
71#if defined _LIBCPPABI_VERSION
72#if defined __LP64__ || LIBCXXABI_ARM_EHABI
106#if !HAVE_CXXABI_H_CXA_EH_GLOBALS
109struct __cxa_eh_globals {
116#if !HAVE_CXXABI_H_CXA_GET_GLOBALS
122#if !HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE
128#if !HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION
134#if !HAVE_CXXABI_H_CXA_THROW
137 void * thrown_exception,
void * tinfo,
void (* dest)(
void *))
__class_type_info(char const *n)
~__class_type_info() override
__class_type_info const * __base_type
~__si_class_type_info() override
const __class_type_info * __base_type
__si_class_type_info(char const *n, __class_type_info const *base)
struct _uno_Mapping uno_Mapping
struct _typelib_TypeDescription typelib_TypeDescription
void __cxa_throw(void *thrown_exception, std::type_info *tinfo, void(*dest)(void *)) __attribute__((noreturn))
__cxa_eh_globals * __cxa_get_globals()
void * __cxa_allocate_exception(size_t thrown_size)
std::type_info * __cxa_current_exception_type()
ReturnKind getReturnKind(typelib_TypeDescription const *type)
void mapException(__cxxabiv1::__cxa_exception *exception, std::type_info const *type, uno_Any *any, uno_Mapping *mapping)
unsigned int uncaughtExceptions
__cxa_exception * caughtExceptions
void(* exceptionDestructor)(void *)
__cxa_exception * nextException
void(* unexpectedHandler)()
char const * languageSpecificData
std::terminate_handler terminateHandler
std::type_info * exceptionType
char const * actionRecord
_Unwind_Exception unwindHeader
unsigned _Unwind_Word __attribute__((__mode__(__word__)))