Searched refs:exc (Results 1 – 16 of 16) sorted by relevance
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | trap.c | 887 int exc; in user_trap() local 978 exc = 0; in user_trap() 994 exc = EXC_ARITHMETIC; in user_trap() 1021 exc = EXC_BREAKPOINT; in user_trap() 1031 exc = EXC_BREAKPOINT; in user_trap() 1036 exc = EXC_ARITHMETIC; in user_trap() 1041 exc = EXC_SOFTWARE; in user_trap() 1047 exc = EXC_BAD_INSTRUCTION; in user_trap() 1061 exc = EXC_BAD_ACCESS; in user_trap() 1067 exc = EXC_BAD_INSTRUCTION; in user_trap() [all …]
|
| H A D | trap.h | 129 int exc,
|
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | sleh.c | 1053 exception_type_t exc; in handle_pc_align() local 1061 exc = EXC_BAD_ACCESS; in handle_pc_align() 1064 exc |= EXC_PTRAUTH_BIT; in handle_pc_align() 1071 exception_triage(exc, codes, numcodes); in handle_pc_align() 1078 exception_type_t exc; in handle_sp_align() local 1086 exc = EXC_BAD_ACCESS; in handle_sp_align() 1089 exc |= EXC_PTRAUTH_BIT; in handle_sp_align() 1096 exception_triage(exc, codes, numcodes); in handle_sp_align() 1103 exception_type_t exc; in handle_wf_trap() local 1110 exc = EXC_BAD_INSTRUCTION; in handle_wf_trap() [all …]
|
| /xnu-8019.80.24/tools/lldbmacros/core/ |
| H A D | syntax_checker.py | 53 except py_compile.PyCompileError as exc: 54 print >>sys.stderr, str(exc)
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | prof.defs | 63 * [0014] Change subsystem number as current shared with exc.defs reply messages. 116 prof 2450; /* exc.defs from 2400 - 2449 */
|
| H A D | mach.modulemap | 51 module exc { 52 header "mach/exc.h"
|
| H A D | Makefile | 31 exc.defs \ 313 exc.h \
|
| H A D | exc.defs | 71 exc 2401;
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | trap.c | 279 int exc = EXC_BAD_ACCESS; in sleh_abort() local 551 exc = EXC_BREAKPOINT; in sleh_abort() 560 exception_triage(exc, codes, 2); in sleh_abort()
|
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | exc.defs | 29 #include <mach/exc.defs>
|
| /xnu-8019.80.24/osfmk/mach/arm/ |
| H A D | thread_status.h | 892 set_saved_state_exc(arm_saved_state_t *iss, uint32_t exc) in set_saved_state_exc() argument 895 saved_state32(iss)->exception = exc; in set_saved_state_exc() 897 saved_state64(iss)->exception = exc; in set_saved_state_exc()
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | pmap.py | 1385 except Exception as exc: 1427 except Exception as exc: 1568 except Exception as exc: 1589 except Exception as exc:
|
| H A D | xnu.py | 129 except Exception as exc:
|
| /xnu-8019.80.24/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 79 kdp_exc_info_t exc; in kdp_exception() member
|
| /xnu-8019.80.24/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 233 …C9D9BD22114B00600000D8B9 /* exc.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD5114B00… 646 …9BCD5114B00600000D8B9 /* exc.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileTyp… 779 C9D9BCD5114B00600000D8B9 /* exc.defs */, 1441 C9D9BD22114B00600000D8B9 /* exc.defs in Sources */,
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_sig.c | 141 extern void doexception(int exc, mach_exception_code_t code, 3506 int exc, in do_bsdexception() argument 3514 return bsd_exception(exc, codes, 2); in do_bsdexception()
|