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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_arm.cc40 __cxa_type_match(_Unwind_Exception* ue_header, argument
46 = __is_gxx_forced_unwind_class(ue_header->exception_class);
48 = !forced_unwind && !__is_gxx_exception_class(ue_header->exception_class);
50 = __is_dependent_exception(ue_header->exception_class);
51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
52 __cxa_dependent_exception *dx = __get_dependent_exception_from_ue(ue_header);
70 thrown_ptr = __get_object_from_ue (ue_header);
97 __cxa_begin_cleanup(_Unwind_Exception* ue_header) argument
100 __cxa_exception *header = __get_exception_header_from_ue(ue_header);
H A Deh_personality.cc161 save_caught_exception(struct _Unwind_Exception* ue_header,
170 ue_header->barrier_cache.sp = _Unwind_GetGR(context, UNWIND_STACK_REG);
171 ue_header->barrier_cache.bitpattern[0] = (_uw) thrown_ptr;
172 ue_header->barrier_cache.bitpattern[1]
174 ue_header->barrier_cache.bitpattern[2]
176 ue_header->barrier_cache.bitpattern[3] = (_uw) landing_pad;
183 restore_caught_exception(struct _Unwind_Exception* ue_header,
188 handler_switch_value = (int) ue_header->barrier_cache.bitpattern[1];
190 (const unsigned char*) ue_header->barrier_cache.bitpattern[2];
191 landing_pad = (_Unwind_Ptr) ue_header
160 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
182 restore_caught_exception(struct _Unwind_Exception* ue_header, int& handler_switch_value, const unsigned char*& language_specific_data, _Unwind_Ptr& landing_pad) argument
281 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
306 restore_caught_exception(struct _Unwind_Exception* ue_header, int& handler_switch_value, const unsigned char*& language_specific_data, _Unwind_Ptr& landing_pad) argument
355 PERSONALITY_FUNCTION(_Unwind_State state, struct _Unwind_Exception* ue_header, struct _Unwind_Context* context) argument
[all...]
H A Deh_call.cc39 __cxa_call_terminate(_Unwind_Exception* ue_header) throw () argument
42 if (ue_header)
45 __cxa_begin_catch(ue_header);
49 if (__is_gxx_exception_class(ue_header->exception_class))
53 xh = __get_exception_header_from_ue(ue_header);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_arm.cc40 __cxa_type_match(_Unwind_Exception* ue_header, argument
46 = __is_gxx_forced_unwind_class(ue_header->exception_class);
48 = !forced_unwind && !__is_gxx_exception_class(ue_header->exception_class);
50 = __is_dependent_exception(ue_header->exception_class);
51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header);
52 __cxa_dependent_exception *dx = __get_dependent_exception_from_ue(ue_header);
70 thrown_ptr = __get_object_from_ue (ue_header);
97 __cxa_begin_cleanup(_Unwind_Exception* ue_header) argument
100 __cxa_exception *header = __get_exception_header_from_ue(ue_header);
H A Deh_personality.cc161 save_caught_exception(struct _Unwind_Exception* ue_header,
170 ue_header->barrier_cache.sp = _Unwind_GetGR(context, UNWIND_STACK_REG);
171 ue_header->barrier_cache.bitpattern[0] = (_uw) thrown_ptr;
172 ue_header->barrier_cache.bitpattern[1]
174 ue_header->barrier_cache.bitpattern[2]
176 ue_header->barrier_cache.bitpattern[3] = (_uw) landing_pad;
183 restore_caught_exception(struct _Unwind_Exception* ue_header,
188 handler_switch_value = (int) ue_header->barrier_cache.bitpattern[1];
190 (const unsigned char*) ue_header->barrier_cache.bitpattern[2];
191 landing_pad = (_Unwind_Ptr) ue_header
160 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
182 restore_caught_exception(struct _Unwind_Exception* ue_header, int& handler_switch_value, const unsigned char*& language_specific_data, _Unwind_Ptr& landing_pad) argument
281 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
306 restore_caught_exception(struct _Unwind_Exception* ue_header, int& handler_switch_value, const unsigned char*& language_specific_data, _Unwind_Ptr& landing_pad) argument
355 PERSONALITY_FUNCTION(_Unwind_State state, struct _Unwind_Exception* ue_header, struct _Unwind_Context* context) argument
[all...]
H A Deh_call.cc39 __cxa_call_terminate(_Unwind_Exception* ue_header) throw () argument
42 if (ue_header)
45 __cxa_begin_catch(ue_header);
49 if (__is_gxx_exception_class(ue_header->exception_class))
53 xh = __get_exception_header_from_ue(ue_header);
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dexception.c218 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
227 struct _Unwind_Exception *ue_header,
240 struct _Unwind_Exception *ue_header,
244 struct ObjcException *xh = (struct ObjcException *) ue_header;
268 && ue_header->barrier_cache.sp == _Unwind_GetGR (context, 13))
289 ip = (_Unwind_Ptr) ue_header;
305 handler_switch_value = (int) ue_header->barrier_cache.bitpattern[1];
306 landing_pad = (_Unwind_Ptr) ue_header->barrier_cache.bitpattern[3];
470 ue_header->barrier_cache.sp = _Unwind_GetGR (context, 13);
471 ue_header
224 PERSONALITY_FUNCTION(_Unwind_State state, struct _Unwind_Exception *ue_header, struct _Unwind_Context *context) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dexception.c218 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
227 struct _Unwind_Exception *ue_header,
240 struct _Unwind_Exception *ue_header,
244 struct ObjcException *xh = (struct ObjcException *) ue_header;
268 && ue_header->barrier_cache.sp == _Unwind_GetGR (context, 13))
289 ip = (_Unwind_Ptr) ue_header;
305 handler_switch_value = (int) ue_header->barrier_cache.bitpattern[1];
306 landing_pad = (_Unwind_Ptr) ue_header->barrier_cache.bitpattern[3];
470 ue_header->barrier_cache.sp = _Unwind_GetGR (context, 13);
471 ue_header
224 PERSONALITY_FUNCTION(_Unwind_State state, struct _Unwind_Exception *ue_header, struct _Unwind_Context *context) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-c.c85 if (__gnu_unwind_frame (ue_header, context) != _URC_OK) \
111 struct _Unwind_Exception * ue_header,
125 struct _Unwind_Exception *ue_header,
142 ip = (_Unwind_Ptr) ue_header;
232 (_Unwind_Ptr) ue_header);
110 PERSONALITY_FUNCTION(_Unwind_State state, struct _Unwind_Exception * ue_header, struct _Unwind_Context * context) argument
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind-c.c85 if (__gnu_unwind_frame (ue_header, context) != _URC_OK) \
111 struct _Unwind_Exception * ue_header,
125 struct _Unwind_Exception *ue_header,
142 ip = (_Unwind_Ptr) ue_header;
232 (_Unwind_Ptr) ue_header);
110 PERSONALITY_FUNCTION(_Unwind_State state, struct _Unwind_Exception * ue_header, struct _Unwind_Context * context) argument

Completed in 114 milliseconds