/netbsd-src/sys/arch/powerpc/booke/ |
H A D | trap_subr.S | 191 #define FRAME_EXC_ENTER(exc, tf, start, save_prologue) \ argument 243 #define FRAME_ENTER(exc, tf) \ argument 246 #define FRAME_ENTER_ESR(exc, tf) \ argument 249 #define FRAME_ENTER_DEAR_ESR(exc, tf) \ argument 254 #define FRAME_TLBENTER(exc) \ argument 258 #define FRAME_MCHK_ENTER(exc) \ argument 266 #define FRAME_DEBUG_ENTER(exc) \ argument 283 #define FRAME_INTR_XENTER(exc, start, get_intr_sp, save_prologue) \ argument 347 #define FRAME_INTR_ENTER(exc) \ argument 351 #define FRAME_CRIT_ENTER(exc) \ argument [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | unwind-compat.c | 46 _Unwind_DeleteException (struct _Unwind_Exception *exc) in _Unwind_DeleteException() 65 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc, in _Unwind_ForcedUnwind() 164 _Unwind_RaiseException(struct _Unwind_Exception *exc) in _Unwind_RaiseException() 173 _Unwind_Resume (struct _Unwind_Exception *exc) in _Unwind_Resume() 183 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exc) in _Unwind_Resume_or_Rethrow()
|
H A D | unwind-seh.c | 329 _Unwind_RaiseException (struct _Unwind_Exception *exc) in _Unwind_RaiseException() 376 _Unwind_ForcedUnwind_Phase2 (struct _Unwind_Exception *exc) in _Unwind_ForcedUnwind_Phase2() 395 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exc) in _Unwind_Resume_or_Rethrow() 407 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc, in _Unwind_ForcedUnwind() 425 _Unwind_DeleteException (struct _Unwind_Exception *exc) in _Unwind_DeleteException()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | unwind-compat.c | 46 _Unwind_DeleteException (struct _Unwind_Exception *exc) in _Unwind_DeleteException() 65 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc, in _Unwind_ForcedUnwind() 164 _Unwind_RaiseException(struct _Unwind_Exception *exc) in _Unwind_RaiseException() 173 _Unwind_Resume (struct _Unwind_Exception *exc) in _Unwind_Resume() 183 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exc) in _Unwind_Resume_or_Rethrow()
|
H A D | unwind-seh.c | 329 _Unwind_RaiseException (struct _Unwind_Exception *exc) in _Unwind_RaiseException() 376 _Unwind_ForcedUnwind_Phase2 (struct _Unwind_Exception *exc) in _Unwind_ForcedUnwind_Phase2() 395 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exc) in _Unwind_Resume_or_Rethrow() 407 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc, in _Unwind_ForcedUnwind() 425 _Unwind_DeleteException (struct _Unwind_Exception *exc) in _Unwind_DeleteException()
|
/netbsd-src/sys/lib/libunwind/ |
H A D | libunwind.cxx | 30 struct _Unwind_Exception *exc) { in unwind_phase1() 79 struct _Unwind_Exception *exc) { in unwind_phase2() 131 struct _Unwind_Exception *exc, in unwind_phase2_forced() 193 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *exc) { in _Unwind_RaiseException() 211 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *exc, in _Unwind_ForcedUnwind() 223 void _Unwind_Resume(struct _Unwind_Exception *exc) { in _Unwind_Resume() 235 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *exc) { in _Unwind_Resume_or_Rethrow() 249 void _Unwind_DeleteException(struct _Unwind_Exception *exc) { in _Unwind_DeleteException()
|
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
H A D | matherr.c | 32 int matherr(exc) in matherr() argument
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | unwind-cxx.h | 105 __cxa_exception exc; member 212 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue() 227 __get_refcounted_exception_header_from_ue (_Unwind_Exception *exc) in __get_refcounted_exception_header_from_ue() 233 __get_dependent_exception_from_ue (_Unwind_Exception *exc) in __get_dependent_exception_from_ue()
|
H A D | eh_throw.cc | 33 __gxx_exception_cleanup (_Unwind_Reason_Code code, _Unwind_Exception *exc) in __gxx_exception_cleanup()
|
H A D | eh_ptr.cc | 164 _Unwind_Exception *exc) in __gxx_dependent_exception_cleanup()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | unwind-cxx.h | 105 __cxa_exception exc; member 212 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue() 227 __get_refcounted_exception_header_from_ue (_Unwind_Exception *exc) in __get_refcounted_exception_header_from_ue() 233 __get_dependent_exception_from_ue (_Unwind_Exception *exc) in __get_dependent_exception_from_ue()
|
H A D | eh_throw.cc | 33 __gxx_exception_cleanup (_Unwind_Reason_Code code, _Unwind_Exception *exc) in __gxx_exception_cleanup()
|
H A D | eh_ptr.cc | 196 _Unwind_Exception *exc) in __gxx_dependent_exception_cleanup()
|
/netbsd-src/lib/libm/src/ |
H A D | k_standard.c | 86 struct exception exc; in __kernel_standard() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_cb.c | 898 SSL_EXCERT *exc = arg; in set_cert_cb() local 954 void ssl_ctx_set_excert(SSL_CTX *ctx, SSL_EXCERT *exc) in ssl_ctx_set_excert() 961 SSL_EXCERT *exc = app_malloc(sizeof(*exc), "prepend cert"); in ssl_excert_prepend() local 980 void ssl_excert_free(SSL_EXCERT *exc) in ssl_excert_free() 998 SSL_EXCERT *exc = *pexc; in load_excert() local 1038 SSL_EXCERT *exc = *pexc; in args_excert() local
|
/netbsd-src/sys/arch/powerpc/ibm4xx/ |
H A D | ibm4xx_machdep.c | 270 for (uintptr_t exc = EXC_RSVD; exc <= EXC_LAST; exc += 0x100) { in ibm4xx_init() local
|
/netbsd-src/sys/arch/sandpoint/stand/altboot/ |
H A D | exception.c | 56 uint8_t *exc; in init_vectors() local
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | trap_subr.S | 1073 #define INTR_SETUP(savearea,exc) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | exception.c | 497 struct _Unwind_Exception *exc) in __objc_exception_cleanup()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | exception.c | 497 struct _Unwind_Exception *exc) in __objc_exception_cleanup()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/share/ |
H A D | ScanView.py | 281 def handle_exception(self, exc): argument
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | cow-stdexcept.cc | 245 void *exc __attribute__((unused))) in _txnal_cow_string_C1_for_exceptions()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | cow-stdexcept.cc | 265 void *exc __attribute__((unused))) in _txnal_cow_string_C1_for_exceptions()
|
/netbsd-src/sys/arch/powerpc/oea/ |
H A D | oea_machdep.c | 142 uintptr_t exc, exc_base; in oea_init() local
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
H A D | pr10770.c | 301 struct _Unwind_Exception *exc = malloc (sizeof (*exc)); in force_unwind() local
|