/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/ |
A D | eh_call.cc | 51 __cxa_exception* xh; in __cxa_call_terminate() local 53 xh = __get_exception_header_from_ue(ue_header); in __cxa_call_terminate() 54 __terminate(xh->terminateHandler); in __cxa_call_terminate() 78 __cxa_exception* xh; in __cxa_call_unexpected() local 82 xh = __get_exception_header_from_ue(exc_obj); in __cxa_call_unexpected() 83 unexpectedHandler = xh->unexpectedHandler; in __cxa_call_unexpected() 84 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
|
A D | eh_personality.cc | 284 xh->handlerSwitchValue = handler_switch_value; in save_caught_exception() 285 xh->actionRecord = action_record; in save_caught_exception() 287 xh->adjustedPtr = thrown_ptr; in save_caught_exception() 291 xh->catchTemp = landing_pad; in save_caught_exception() 304 handler_switch_value = xh->handlerSwitchValue; in restore_caught_exception() 306 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception() 753 xh_lsda = xh->languageSpecificData; in __cxa_call_unexpected() 754 xh_switch_value = xh->handlerSwitchValue; in __cxa_call_unexpected() 755 xh_terminate_handler = xh->terminateHandler; in __cxa_call_unexpected() 756 info.ttype_base = (_Unwind_Ptr) xh->catchTemp; in __cxa_call_unexpected() [all …]
|
A D | eh_arm.cc | 51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match() local 63 xh = __get_exception_header_from_obj (dx->primaryException); in __cxa_type_match() 64 throw_type = xh->exceptionType; in __cxa_type_match()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/ |
A D | eh_call.cc | 51 __cxa_exception* xh; in __cxa_call_terminate() local 53 xh = __get_exception_header_from_ue(ue_header); in __cxa_call_terminate() 54 __terminate(xh->terminateHandler); in __cxa_call_terminate() 78 __cxa_exception* xh; in __cxa_call_unexpected() local 82 xh = __get_exception_header_from_ue(exc_obj); in __cxa_call_unexpected() 83 unexpectedHandler = xh->unexpectedHandler; in __cxa_call_unexpected() 84 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
|
A D | eh_personality.cc | 284 xh->handlerSwitchValue = handler_switch_value; in save_caught_exception() 285 xh->actionRecord = action_record; in save_caught_exception() 287 xh->adjustedPtr = thrown_ptr; in save_caught_exception() 291 xh->catchTemp = landing_pad; in save_caught_exception() 304 handler_switch_value = xh->handlerSwitchValue; in restore_caught_exception() 306 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception() 753 xh_lsda = xh->languageSpecificData; in __cxa_call_unexpected() 754 xh_switch_value = xh->handlerSwitchValue; in __cxa_call_unexpected() 755 xh_terminate_handler = xh->terminateHandler; in __cxa_call_unexpected() 756 info.ttype_base = (_Unwind_Ptr) xh->catchTemp; in __cxa_call_unexpected() [all …]
|
A D | eh_arm.cc | 51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match() local 63 xh = __get_exception_header_from_obj (dx->primaryException); in __cxa_type_match() 64 throw_type = xh->exceptionType; in __cxa_type_match()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/ |
A D | eh_call.cc | 51 __cxa_exception* xh; in __cxa_call_terminate() local 53 xh = __get_exception_header_from_ue(ue_header); in __cxa_call_terminate() 54 __terminate(xh->terminateHandler); in __cxa_call_terminate() 78 __cxa_exception* xh; in __cxa_call_unexpected() local 82 xh = __get_exception_header_from_ue(exc_obj); in __cxa_call_unexpected() 83 unexpectedHandler = xh->unexpectedHandler; in __cxa_call_unexpected() 84 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
|
A D | eh_personality.cc | 284 xh->handlerSwitchValue = handler_switch_value; in save_caught_exception() 285 xh->actionRecord = action_record; in save_caught_exception() 287 xh->adjustedPtr = thrown_ptr; in save_caught_exception() 291 xh->catchTemp = landing_pad; in save_caught_exception() 304 handler_switch_value = xh->handlerSwitchValue; in restore_caught_exception() 306 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception() 753 xh_lsda = xh->languageSpecificData; in __cxa_call_unexpected() 754 xh_switch_value = xh->handlerSwitchValue; in __cxa_call_unexpected() 755 xh_terminate_handler = xh->terminateHandler; in __cxa_call_unexpected() 756 info.ttype_base = (_Unwind_Ptr) xh->catchTemp; in __cxa_call_unexpected() [all …]
|
A D | eh_arm.cc | 51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match() local 63 xh = __get_exception_header_from_obj (dx->primaryException); in __cxa_type_match() 64 throw_type = xh->exceptionType; in __cxa_type_match()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/ |
A D | eh_call.cc | 51 __cxa_exception* xh; in __cxa_call_terminate() local 53 xh = __get_exception_header_from_ue(ue_header); in __cxa_call_terminate() 54 __terminate(xh->terminateHandler); in __cxa_call_terminate() 78 __cxa_exception* xh; in __cxa_call_unexpected() local 82 xh = __get_exception_header_from_ue(exc_obj); in __cxa_call_unexpected() 83 unexpectedHandler = xh->unexpectedHandler; in __cxa_call_unexpected() 84 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
|
A D | eh_personality.cc | 284 xh->handlerSwitchValue = handler_switch_value; in save_caught_exception() 285 xh->actionRecord = action_record; in save_caught_exception() 287 xh->adjustedPtr = thrown_ptr; in save_caught_exception() 291 xh->catchTemp = landing_pad; in save_caught_exception() 304 handler_switch_value = xh->handlerSwitchValue; in restore_caught_exception() 306 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception() 753 xh_lsda = xh->languageSpecificData; in __cxa_call_unexpected() 754 xh_switch_value = xh->handlerSwitchValue; in __cxa_call_unexpected() 755 xh_terminate_handler = xh->terminateHandler; in __cxa_call_unexpected() 756 info.ttype_base = (_Unwind_Ptr) xh->catchTemp; in __cxa_call_unexpected() [all …]
|
A D | eh_arm.cc | 51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match() local 63 xh = __get_exception_header_from_obj (dx->primaryException); in __cxa_type_match() 64 throw_type = xh->exceptionType; in __cxa_type_match()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/ |
A D | eh_call.cc | 51 __cxa_exception* xh; in __cxa_call_terminate() local 53 xh = __get_exception_header_from_ue(ue_header); in __cxa_call_terminate() 54 __terminate(xh->terminateHandler); in __cxa_call_terminate() 78 __cxa_exception* xh; in __cxa_call_unexpected() local 82 xh = __get_exception_header_from_ue(exc_obj); in __cxa_call_unexpected() 83 unexpectedHandler = xh->unexpectedHandler; in __cxa_call_unexpected() 84 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
|
A D | eh_personality.cc | 284 xh->handlerSwitchValue = handler_switch_value; in save_caught_exception() 285 xh->actionRecord = action_record; in save_caught_exception() 287 xh->adjustedPtr = thrown_ptr; in save_caught_exception() 291 xh->catchTemp = landing_pad; in save_caught_exception() 304 handler_switch_value = xh->handlerSwitchValue; in restore_caught_exception() 306 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception() 754 xh_lsda = xh->languageSpecificData; in __cxa_call_unexpected() 755 xh_switch_value = xh->handlerSwitchValue; in __cxa_call_unexpected() 756 xh_terminate_handler = xh->terminateHandler; in __cxa_call_unexpected() 757 info.ttype_base = (_Unwind_Ptr) xh->catchTemp; in __cxa_call_unexpected() [all …]
|
A D | eh_arm.cc | 51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match() local 63 xh = __get_exception_header_from_obj (dx->primaryException); in __cxa_type_match() 64 throw_type = xh->exceptionType; in __cxa_type_match()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/ |
A D | eh_call.cc | 51 __cxa_exception* xh; in __cxa_call_terminate() local 53 xh = __get_exception_header_from_ue(ue_header); in __cxa_call_terminate() 54 __terminate(xh->terminateHandler); in __cxa_call_terminate() 78 __cxa_exception* xh; in __cxa_call_unexpected() local 82 xh = __get_exception_header_from_ue(exc_obj); in __cxa_call_unexpected() 83 unexpectedHandler = xh->unexpectedHandler; in __cxa_call_unexpected() 84 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
|
A D | eh_personality.cc | 284 xh->handlerSwitchValue = handler_switch_value; in save_caught_exception() 285 xh->actionRecord = action_record; in save_caught_exception() 287 xh->adjustedPtr = thrown_ptr; in save_caught_exception() 291 xh->catchTemp = landing_pad; in save_caught_exception() 304 handler_switch_value = xh->handlerSwitchValue; in restore_caught_exception() 306 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception() 753 xh_lsda = xh->languageSpecificData; in __cxa_call_unexpected() 754 xh_switch_value = xh->handlerSwitchValue; in __cxa_call_unexpected() 755 xh_terminate_handler = xh->terminateHandler; in __cxa_call_unexpected() 756 info.ttype_base = (_Unwind_Ptr) xh->catchTemp; in __cxa_call_unexpected() [all …]
|
A D | eh_arm.cc | 51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match() local 63 xh = __get_exception_header_from_obj (dx->primaryException); in __cxa_type_match() 64 throw_type = xh->exceptionType; in __cxa_type_match()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/ |
A D | eh_call.cc | 51 __cxa_exception* xh; in __cxa_call_terminate() local 53 xh = __get_exception_header_from_ue(ue_header); in __cxa_call_terminate() 54 __terminate(xh->terminateHandler); in __cxa_call_terminate() 78 __cxa_exception* xh; in __cxa_call_unexpected() local 82 xh = __get_exception_header_from_ue(exc_obj); in __cxa_call_unexpected() 83 unexpectedHandler = xh->unexpectedHandler; in __cxa_call_unexpected() 84 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
|
A D | eh_personality.cc | 292 xh->handlerSwitchValue = handler_switch_value; in save_caught_exception() 293 xh->actionRecord = action_record; in save_caught_exception() 295 xh->adjustedPtr = thrown_ptr; in save_caught_exception() 299 xh->catchTemp = landing_pad; in save_caught_exception() 312 handler_switch_value = xh->handlerSwitchValue; in restore_caught_exception() 314 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception() 762 xh_lsda = xh->languageSpecificData; in __cxa_call_unexpected() 763 xh_switch_value = xh->handlerSwitchValue; in __cxa_call_unexpected() 764 xh_terminate_handler = xh->terminateHandler; in __cxa_call_unexpected() 765 info.ttype_base = (_Unwind_Ptr) xh->catchTemp; in __cxa_call_unexpected() [all …]
|
A D | eh_arm.cc | 51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match() local 63 xh = __get_exception_header_from_obj (dx->primaryException); in __cxa_type_match() 64 throw_type = xh->exceptionType; in __cxa_type_match()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/ |
A D | eh_call.cc | 51 __cxa_exception* xh; in __cxa_call_terminate() local 53 xh = __get_exception_header_from_ue(ue_header); in __cxa_call_terminate() 54 __terminate(xh->terminateHandler); in __cxa_call_terminate() 78 __cxa_exception* xh; in __cxa_call_unexpected() local 82 xh = __get_exception_header_from_ue(exc_obj); in __cxa_call_unexpected() 83 unexpectedHandler = xh->unexpectedHandler; in __cxa_call_unexpected() 84 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
|
A D | eh_personality.cc | 292 xh->handlerSwitchValue = handler_switch_value; in save_caught_exception() 293 xh->actionRecord = action_record; in save_caught_exception() 295 xh->adjustedPtr = thrown_ptr; in save_caught_exception() 299 xh->catchTemp = landing_pad; in save_caught_exception() 312 handler_switch_value = xh->handlerSwitchValue; in restore_caught_exception() 314 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception() 762 xh_lsda = xh->languageSpecificData; in __cxa_call_unexpected() 763 xh_switch_value = xh->handlerSwitchValue; in __cxa_call_unexpected() 764 xh_terminate_handler = xh->terminateHandler; in __cxa_call_unexpected() 765 info.ttype_base = (_Unwind_Ptr) xh->catchTemp; in __cxa_call_unexpected() [all …]
|
A D | eh_arm.cc | 51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match() local 63 xh = __get_exception_header_from_obj (dx->primaryException); in __cxa_type_match() 64 throw_type = xh->exceptionType; in __cxa_type_match()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/ |
A D | op-2.h | 153 #define __FP_CLZ_2(R, xh, xl) \ argument 155 if (xh) \ 156 __FP_CLZ(R,xh); \ 167 #define __FP_FRAC_ADDI_2(xh, xl, i) \ 168 (xh += ((xl += i) < i)) 172 (rh = xh + yh + ((rl = xl + yl) < xl)) 176 (rh = xh - yh - ((rl = xl - yl) > xl)) 179 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ 182 xh -= yh + ((xl -= yl) > _t); \ 189 #define __FP_FRAC_ADDI_2(xh, xl, i) add_ssaaaa(xh, xl, xh, xl, 0, i) argument [all …]
|