Searched defs:__cxa_throw (Results 1 – 3 of 3) sorted by relevance
13 void *__cxa_throw; variable
277 __cxa_throw(void *thrown_object, std::type_info *tinfo, void *(_LIBCXXABI_DTOR_FUNC *dest)(void *))… in __cxa_init_primary_exception() function
462 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { argument 465 REAL(__cxa_throw)(a, b, c); local