Searched refs:ue_header (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A Deh_arm.cc44 __cxa_type_match(_Unwind_Exception* ue_header, argument
49 if (!__is_gxx_exception_class(ue_header->exception_class))
52 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
88 __cxa_begin_cleanup(_Unwind_Exception* ue_header) argument
91 __cxa_exception *header = __get_exception_header_from_ue(ue_header);
H A Deh_personality.cc154 save_caught_exception(struct _Unwind_Exception* ue_header,
163 ue_header->barrier_cache.sp = _Unwind_GetGR(context, 13);
164 ue_header->barrier_cache.bitpattern[0] = (_uw) thrown_ptr;
165 ue_header->barrier_cache.bitpattern[1]
167 ue_header->barrier_cache.bitpattern[2]
169 ue_header->barrier_cache.bitpattern[3] = (_uw) landing_pad;
176 restore_caught_exception(struct _Unwind_Exception* ue_header,
181 handler_switch_value = (int) ue_header->barrier_cache.bitpattern[1];
183 (const unsigned char*) ue_header->barrier_cache.bitpattern[2];
184 landing_pad = (_Unwind_Ptr) ue_header
153 save_caught_exception(struct _Unwind_Exception* ue_header, struct _Unwind_Context* context, void* thrown_ptr, int handler_switch_value, const unsigned char* language_specific_data, _Unwind_Ptr landing_pad, const unsigned char* action_record __attribute__((__unused__))) argument
175 restore_caught_exception(struct _Unwind_Exception* ue_header, int& handler_switch_value, const unsigned char*& language_specific_data, _Unwind_Ptr& landing_pad) argument
277 save_caught_exception(struct _Unwind_Exception* ue_header, struct _Unwind_Context* context __attribute__((__unused__)), void* thrown_ptr, int handler_switch_value, const unsigned char* language_specific_data, _Unwind_Ptr landing_pad __attribute__((__unused__)), const unsigned char* action_record) argument
302 restore_caught_exception(struct _Unwind_Exception* ue_header, int& handler_switch_value, const unsigned char*& language_specific_data, _Unwind_Ptr& landing_pad) argument
343 PERSONALITY_FUNCTION(_Unwind_State state, struct _Unwind_Exception* ue_header, struct _Unwind_Context* context) argument
[all...]
H A Deh_call.cc44 __cxa_call_terminate(_Unwind_Exception* ue_header) argument
47 if (ue_header)
50 __cxa_begin_catch(ue_header);
54 if (__is_gxx_exception_class(ue_header->exception_class))
58 xh = __get_exception_header_from_ue(ue_header);
/freebsd-10.0-release/contrib/gcc/
H A Dunwind-c.c89 if (__gnu_unwind_frame (ue_header, context) != _URC_OK) \
112 struct _Unwind_Exception * ue_header,
123 struct _Unwind_Exception *ue_header,
140 ip = (_Unwind_Ptr) ue_header;
234 (_Unwind_Ptr) ue_header);
111 PERSONALITY_FUNCTION(_Unwind_State state, struct _Unwind_Exception * ue_header, struct _Unwind_Context * context) argument

Completed in 56 milliseconds