Searched defs:__cxa_rethrow_primary_exception (Results 1 – 3 of 3) sorted by relevance
41 __cxa_rethrow_primary_exception(void* thrown_object) { in __cxa_rethrow_primary_exception() function
733 __cxa_rethrow_primary_exception(void* thrown_object) in __cxa_rethrow_primary_exception() function
363 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() argument366 REAL(__cxa_rethrow_primary_exception)(a); in INTERCEPTOR() local