Searched refs:cxa_exception_from_thrown_object (Results 1 – 2 of 2) sorted by relevance
43 cxa_exception_from_thrown_object(void* thrown_object) in cxa_exception_from_thrown_object() function66 return cxa_exception_from_thrown_object(unwind_exception + 1 ); in cxa_exception_from_exception_unwind_exception()205 ((char *)cxa_exception_from_thrown_object(thrown_object)) - header_offset; in __cxa_free_exception()211 __cxa_exception* exception_header = cxa_exception_from_thrown_object(object); in __cxa_init_primary_exception()565 … cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_throw()664 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()681 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()714 exception_header = cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_throw()750 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()
44 cxa_exception_from_thrown_object(void* thrown_object) in cxa_exception_from_thrown_object() function67 return cxa_exception_from_thrown_object(unwind_exception + 1 ); in cxa_exception_from_exception_unwind_exception()207 ((char *)cxa_exception_from_thrown_object(thrown_object)) - header_offset; in __cxa_free_exception()261 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()548 … cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_end_catch()647 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_increment_exception_refcount()664 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_decrement_exception_refcount()697 exception_header = cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_current_primary_exception()733 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_rethrow_primary_exception()