Searched refs:cxa_exception_from_thrown_object (Results 1 – 1 of 1) sorted by relevance
45 cxa_exception_from_thrown_object(void* thrown_object) in cxa_exception_from_thrown_object() function68 return cxa_exception_from_thrown_object(unwind_exception + 1 ); in cxa_exception_from_exception_unwind_exception()171 do_free(cxa_exception_from_thrown_object(thrown_object)); in __cxa_free_exception()226 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()498 … cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_end_catch()601 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_increment_exception_refcount()619 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_decrement_exception_refcount()654 exception_header = cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_current_primary_exception()690 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_rethrow_primary_exception()