28#ifndef _GLIBCXX_CDTOR_CALLABI
29#define _GLIBCXX_CDTOR_CALLABI
32#include <config_cxxabi.h>
33#include <uno/mapping.h>
35#if !HAVE_CXXABI_H_CLASS_TYPE_INFO
39class __class_type_info:
public std::type_info {
47#if !HAVE_CXXABI_H_SI_CLASS_TYPE_INFO
51class __si_class_type_info:
public __class_type_info {
62#if !HAVE_CXXABI_H_CXA_EXCEPTION
64 struct __cxa_exception
66#if defined _LIBCPPABI_VERSION
67#if defined __LP64__ || defined __ARM_EABI__
85 __cxa_exception *nextPropagatingException;
107#if !HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION
109 std::size_t thrown_size )
throw();
111#if !HAVE_CXXABI_H_CXA_THROW
113 void *thrown_exception, std::type_info *tinfo,
119#if !HAVE_CXXABI_H_CXA_EH_GLOBALS
121 struct __cxa_eh_globals
126 __cxa_exception *propagatingExceptions;
132#if !HAVE_CXXABI_H_CXA_GET_GLOBALS
138#if !HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE
__class_type_info(char const *n)
~__class_type_info() override
__class_type_info(const char *__n)
~__si_class_type_info() override
const __class_type_info * __base_type
__si_class_type_info(char const *n, __class_type_info const *base)
void privateSnippetExecutor()
struct _uno_Mapping uno_Mapping
void __cxa_throw(void *thrown_exception, std::type_info *tinfo, void(*dest)(void *)) __attribute__((noreturn))
void dummy_can_throw_anything(char const *)
unsigned _Unwind_Ptr __attribute__((__mode__(__pointer__)))
void * __cxa_allocate_exception(std::size_t thrown_size)
void fillUnoException(uno_Any *pUnoExc, uno_Mapping *pCpp2Uno)
void raiseException(uno_Any *pUnoExc, uno_Mapping *pUno2Cpp)
__cxa_eh_globals * __cxa_get_globals()
std::type_info * __cxa_current_exception_type()
bool return_in_hidden_param(typelib_TypeDescriptionReference *pTypeRef)
unsigned int uncaughtExceptions
__cxa_exception * caughtExceptions
const unsigned char * languageSpecificData
void(* exceptionDestructor)(void *)
__cxa_exception * nextException
void(* unexpectedHandler)()
const unsigned char * actionRecord
std::terminate_handler terminateHandler
std::type_info * exceptionType
_Unwind_Exception unwindHeader