Searched refs:exc_obj (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A Deh_call.cc73 _Unwind_Exception* exc_obj local
83 if (__is_gxx_exception_class(exc_obj->exception_class))
86 xh = __get_exception_header_from_ue(exc_obj);
89 rtti_count = exc_obj->barrier_cache.bitpattern[1];
91 rtti_stride = exc_obj->barrier_cache.bitpattern[3];
92 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4];
100 __cxa_begin_catch(exc_obj);
H A Deh_personality.cc701 _Unwind_Exception *exc_obj
704 __cxa_begin_catch (exc_obj);
715 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj);
700 _Unwind_Exception *exc_obj local
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_exit.c62 struct _Unwind_Exception *exc_obj,
133 struct _Unwind_Exception *exc_obj,
131 thread_unwind_stop(int version, _Unwind_Action actions, int64_t exc_class, struct _Unwind_Exception *exc_obj, struct _Unwind_Context *context, void *stop_parameter) argument

Completed in 91 milliseconds