Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 25 of 57) sorted by relevance

123

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A Dk_standard.c89 exc.arg1 = x; in __kernel_standard()
90 exc.arg2 = y; in __kernel_standard()
95 exc.type = DOMAIN; in __kernel_standard()
97 exc.retval = zero; in __kernel_standard()
110 exc.type = DOMAIN; in __kernel_standard()
112 exc.retval = zero; in __kernel_standard()
125 exc.arg1 = y; in __kernel_standard()
126 exc.arg2 = x; in __kernel_standard()
322 exc.type = SING; in __kernel_standard()
340 exc.type = SING; in __kernel_standard()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Deh_throw.cc36 = __get_refcounted_exception_header_from_ue (exc); in __gxx_exception_cleanup()
43 __terminate (header->exc.terminateHandler); in __gxx_exception_cleanup()
49 if (header->exc.exceptionDestructor) in __gxx_exception_cleanup()
50 header->exc.exceptionDestructor (header + 1); in __gxx_exception_cleanup()
72 header->exc.exceptionType = tinfo; in __cxa_throw()
73 header->exc.exceptionDestructor = dest; in __cxa_throw()
74 header->exc.unexpectedHandler = std::get_unexpected (); in __cxa_throw()
75 header->exc.terminateHandler = std::get_terminate (); in __cxa_throw()
80 _Unwind_SjLj_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
82 _Unwind_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
[all …]
A Dunwind-cxx.h105 __cxa_exception exc; member
212 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue() argument
214 return reinterpret_cast<__cxa_exception *>(exc + 1) - 1; in __get_exception_header_from_ue()
227 __get_refcounted_exception_header_from_ue (_Unwind_Exception *exc) in __get_refcounted_exception_header_from_ue() argument
229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1; in __get_refcounted_exception_header_from_ue()
233 __get_dependent_exception_from_ue (_Unwind_Exception *exc) in __get_dependent_exception_from_ue() argument
235 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; in __get_dependent_exception_from_ue()
A Deh_ptr.cc120 if (eh->exc.exceptionDestructor) in _M_release()
121 eh->exc.exceptionDestructor (_M_exception_object); in _M_release()
206 _Unwind_Exception *exc) in __gxx_dependent_exception_cleanup() argument
209 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); in __gxx_dependent_exception_cleanup()
218 __terminate (header->exc.terminateHandler); in __gxx_dependent_exception_cleanup()
224 if (header->exc.exceptionDestructor) in __gxx_dependent_exception_cleanup()
225 header->exc.exceptionDestructor (header + 1); in __gxx_dependent_exception_cleanup()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Deh_throw.cc36 = __get_refcounted_exception_header_from_ue (exc); in __gxx_exception_cleanup()
43 __terminate (header->exc.terminateHandler); in __gxx_exception_cleanup()
49 if (header->exc.exceptionDestructor) in __gxx_exception_cleanup()
50 header->exc.exceptionDestructor (header + 1); in __gxx_exception_cleanup()
72 header->exc.exceptionType = tinfo; in __cxa_throw()
73 header->exc.exceptionDestructor = dest; in __cxa_throw()
74 header->exc.unexpectedHandler = std::get_unexpected (); in __cxa_throw()
75 header->exc.terminateHandler = std::get_terminate (); in __cxa_throw()
80 _Unwind_SjLj_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
82 _Unwind_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
[all …]
A Dunwind-cxx.h105 __cxa_exception exc; member
212 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue() argument
214 return reinterpret_cast<__cxa_exception *>(exc + 1) - 1; in __get_exception_header_from_ue()
227 __get_refcounted_exception_header_from_ue (_Unwind_Exception *exc) in __get_refcounted_exception_header_from_ue() argument
229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1; in __get_refcounted_exception_header_from_ue()
233 __get_dependent_exception_from_ue (_Unwind_Exception *exc) in __get_dependent_exception_from_ue() argument
235 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; in __get_dependent_exception_from_ue()
A Deh_ptr.cc120 if (eh->exc.exceptionDestructor) in _M_release()
121 eh->exc.exceptionDestructor (_M_exception_object); in _M_release()
206 _Unwind_Exception *exc) in __gxx_dependent_exception_cleanup() argument
209 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); in __gxx_dependent_exception_cleanup()
218 __terminate (header->exc.terminateHandler); in __gxx_dependent_exception_cleanup()
224 if (header->exc.exceptionDestructor) in __gxx_dependent_exception_cleanup()
225 header->exc.exceptionDestructor (header + 1); in __gxx_dependent_exception_cleanup()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Deh_throw.cc36 = __get_refcounted_exception_header_from_ue (exc); in __gxx_exception_cleanup()
43 __terminate (header->exc.terminateHandler); in __gxx_exception_cleanup()
49 if (header->exc.exceptionDestructor) in __gxx_exception_cleanup()
50 header->exc.exceptionDestructor (header + 1); in __gxx_exception_cleanup()
72 header->exc.exceptionType = tinfo; in __cxa_throw()
73 header->exc.exceptionDestructor = dest; in __cxa_throw()
74 header->exc.unexpectedHandler = std::get_unexpected (); in __cxa_throw()
75 header->exc.terminateHandler = std::get_terminate (); in __cxa_throw()
80 _Unwind_SjLj_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
82 _Unwind_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
[all …]
A Dunwind-cxx.h105 __cxa_exception exc; member
212 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue() argument
214 return reinterpret_cast<__cxa_exception *>(exc + 1) - 1; in __get_exception_header_from_ue()
227 __get_refcounted_exception_header_from_ue (_Unwind_Exception *exc) in __get_refcounted_exception_header_from_ue() argument
229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1; in __get_refcounted_exception_header_from_ue()
233 __get_dependent_exception_from_ue (_Unwind_Exception *exc) in __get_dependent_exception_from_ue() argument
235 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; in __get_dependent_exception_from_ue()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Deh_throw.cc37 = __get_refcounted_exception_header_from_ue (exc); in __gxx_exception_cleanup()
44 __terminate (header->exc.terminateHandler); in __gxx_exception_cleanup()
48 if (header->exc.exceptionDestructor) in __gxx_exception_cleanup()
49 header->exc.exceptionDestructor (header + 1); in __gxx_exception_cleanup()
62 header->exc.exceptionType = tinfo; in __cxa_init_primary_exception()
63 header->exc.exceptionDestructor = dest; in __cxa_init_primary_exception()
64 header->exc.unexpectedHandler = std::get_unexpected (); in __cxa_init_primary_exception()
65 header->exc.terminateHandler = std::get_terminate (); in __cxa_init_primary_exception()
86 _Unwind_SjLj_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
88 _Unwind_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
[all …]
A Dunwind-cxx.h105 __cxa_exception exc; member
212 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue() argument
214 return reinterpret_cast<__cxa_exception *>(exc + 1) - 1; in __get_exception_header_from_ue()
227 __get_refcounted_exception_header_from_ue (_Unwind_Exception *exc) in __get_refcounted_exception_header_from_ue() argument
229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1; in __get_refcounted_exception_header_from_ue()
233 __get_dependent_exception_from_ue (_Unwind_Exception *exc) in __get_dependent_exception_from_ue() argument
235 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; in __get_dependent_exception_from_ue()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Deh_throw.cc37 = __get_refcounted_exception_header_from_ue (exc); in __gxx_exception_cleanup()
44 __terminate (header->exc.terminateHandler); in __gxx_exception_cleanup()
48 if (header->exc.exceptionDestructor) in __gxx_exception_cleanup()
49 header->exc.exceptionDestructor (header + 1); in __gxx_exception_cleanup()
64 header->exc.exceptionType = tinfo; in __cxa_init_primary_exception()
65 header->exc.exceptionDestructor = dest; in __cxa_init_primary_exception()
66 header->exc.unexpectedHandler = std::get_unexpected (); in __cxa_init_primary_exception()
67 header->exc.terminateHandler = std::get_terminate (); in __cxa_init_primary_exception()
88 _Unwind_SjLj_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
90 _Unwind_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
[all …]
A Deh_ptr.cc104 if (eh->exc.exceptionDestructor) in _M_release()
105 eh->exc.exceptionDestructor (_M_exception_object); in _M_release()
164 _Unwind_Exception *exc) in __gxx_dependent_exception_cleanup() argument
167 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); in __gxx_dependent_exception_cleanup()
176 __terminate (header->exc.terminateHandler); in __gxx_dependent_exception_cleanup()
182 if (header->exc.exceptionDestructor) in __gxx_dependent_exception_cleanup()
183 header->exc.exceptionDestructor (header + 1); in __gxx_dependent_exception_cleanup()
A Dunwind-cxx.h105 __cxa_exception exc; member
212 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue() argument
214 return reinterpret_cast<__cxa_exception *>(exc + 1) - 1; in __get_exception_header_from_ue()
227 __get_refcounted_exception_header_from_ue (_Unwind_Exception *exc) in __get_refcounted_exception_header_from_ue() argument
229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1; in __get_refcounted_exception_header_from_ue()
233 __get_dependent_exception_from_ue (_Unwind_Exception *exc) in __get_dependent_exception_from_ue() argument
235 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; in __get_dependent_exception_from_ue()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Deh_throw.cc37 = __get_refcounted_exception_header_from_ue (exc); in __gxx_exception_cleanup()
44 __terminate (header->exc.terminateHandler); in __gxx_exception_cleanup()
48 if (header->exc.exceptionDestructor) in __gxx_exception_cleanup()
49 header->exc.exceptionDestructor (header + 1); in __gxx_exception_cleanup()
64 header->exc.exceptionType = tinfo; in __cxa_init_primary_exception()
65 header->exc.exceptionDestructor = dest; in __cxa_init_primary_exception()
66 header->exc.unexpectedHandler = std::get_unexpected (); in __cxa_init_primary_exception()
67 header->exc.terminateHandler = std::get_terminate (); in __cxa_init_primary_exception()
88 _Unwind_SjLj_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
90 _Unwind_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
[all …]
A Dunwind-cxx.h105 __cxa_exception exc; member
212 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue() argument
214 return reinterpret_cast<__cxa_exception *>(exc + 1) - 1; in __get_exception_header_from_ue()
227 __get_refcounted_exception_header_from_ue (_Unwind_Exception *exc) in __get_refcounted_exception_header_from_ue() argument
229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1; in __get_refcounted_exception_header_from_ue()
233 __get_dependent_exception_from_ue (_Unwind_Exception *exc) in __get_dependent_exception_from_ue() argument
235 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; in __get_dependent_exception_from_ue()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Deh_throw.cc37 = __get_refcounted_exception_header_from_ue (exc); in __gxx_exception_cleanup()
44 __terminate (header->exc.terminateHandler); in __gxx_exception_cleanup()
48 if (header->exc.exceptionDestructor) in __gxx_exception_cleanup()
49 header->exc.exceptionDestructor (header + 1); in __gxx_exception_cleanup()
64 header->exc.exceptionType = tinfo; in __cxa_init_primary_exception()
65 header->exc.exceptionDestructor = dest; in __cxa_init_primary_exception()
66 header->exc.unexpectedHandler = std::get_unexpected (); in __cxa_init_primary_exception()
67 header->exc.terminateHandler = std::get_terminate (); in __cxa_init_primary_exception()
88 _Unwind_SjLj_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
90 _Unwind_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
[all …]
A Dunwind-cxx.h105 __cxa_exception exc; member
212 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue() argument
214 return reinterpret_cast<__cxa_exception *>(exc + 1) - 1; in __get_exception_header_from_ue()
227 __get_refcounted_exception_header_from_ue (_Unwind_Exception *exc) in __get_refcounted_exception_header_from_ue() argument
229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1; in __get_refcounted_exception_header_from_ue()
233 __get_dependent_exception_from_ue (_Unwind_Exception *exc) in __get_dependent_exception_from_ue() argument
235 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; in __get_dependent_exception_from_ue()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Deh_throw.cc37 = __get_refcounted_exception_header_from_ue (exc); in __gxx_exception_cleanup()
44 __terminate (header->exc.terminateHandler); in __gxx_exception_cleanup()
48 if (header->exc.exceptionDestructor) in __gxx_exception_cleanup()
49 header->exc.exceptionDestructor (header + 1); in __gxx_exception_cleanup()
64 header->exc.exceptionType = tinfo; in __cxa_init_primary_exception()
65 header->exc.exceptionDestructor = dest; in __cxa_init_primary_exception()
66 header->exc.unexpectedHandler = std::get_unexpected (); in __cxa_init_primary_exception()
67 header->exc.terminateHandler = std::get_terminate (); in __cxa_init_primary_exception()
88 _Unwind_SjLj_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
90 _Unwind_RaiseException (&header->exc.unwindHeader); in __cxa_throw()
[all …]
A Dunwind-cxx.h105 __cxa_exception exc; member
212 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue() argument
214 return reinterpret_cast<__cxa_exception *>(exc + 1) - 1; in __get_exception_header_from_ue()
227 __get_refcounted_exception_header_from_ue (_Unwind_Exception *exc) in __get_refcounted_exception_header_from_ue() argument
229 return reinterpret_cast<__cxa_refcounted_exception *>(exc + 1) - 1; in __get_refcounted_exception_header_from_ue()
233 __get_dependent_exception_from_ue (_Unwind_Exception *exc) in __get_dependent_exception_from_ue() argument
235 return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; in __get_dependent_exception_from_ue()
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/metag/
A Dfesetenv.c30 unsigned int exc; in libm_hidden_proto() local
40 exc = 0; in libm_hidden_proto()
44 exc = 0x1f; in libm_hidden_proto()
48 exc = envp->txdefr & (FE_ALL_EXCEPT | (FE_ALL_EXCEPT << 16)); in libm_hidden_proto()
55 metag_set_fpu_flags(exc); in libm_hidden_proto()
A Dfegetexcept.c25 unsigned int exc; in fegetexcept() local
28 __asm__ ("MOV %0,TXDEFR" : "=r" (exc)); in fegetexcept()
30 return exc & FE_ALL_EXCEPT; in fegetexcept()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dunwind-forcedunwind.c31 static void (*libgcc_s_resume) (struct _Unwind_Exception *exc);
101 _Unwind_Resume (struct _Unwind_Exception *exc) in _Unwind_Resume() argument
106 void (*resume) (struct _Unwind_Exception *exc) = libgcc_s_resume; in _Unwind_Resume()
108 resume (exc); in _Unwind_Resume()
133 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc, _Unwind_Stop_Fn stop, in _Unwind_ForcedUnwind() argument
143 return forcedunwind (exc, stop, stop_argument); in _Unwind_ForcedUnwind()
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/i386/
A Dfegetexcept.c25 unsigned short int exc; in fegetexcept() local
28 __asm__ ("fstcw %0" : "=m" (*&exc)); in fegetexcept()
30 return (~exc) & FE_ALL_EXCEPT; in fegetexcept()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/arm/
A Dunwind-forcedunwind.c30 static void (*libgcc_s_resume) (struct _Unwind_Exception *exc);
90 _Unwind_Resume (struct _Unwind_Exception *exc) in _Unwind_Resume() argument
95 libgcc_s_resume (exc); in _Unwind_Resume()
160 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc, _Unwind_Stop_Fn stop, in _Unwind_ForcedUnwind() argument
166 return libgcc_s_forcedunwind (exc, stop, stop_argument); in _Unwind_ForcedUnwind()

Completed in 28 milliseconds

123