Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dtrap.c887 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 Dtrap.h129 int exc,
/xnu-8019.80.24/osfmk/arm64/
H A Dsleh.c1053 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 Dsyntax_checker.py53 except py_compile.PyCompileError as exc:
54 print >>sys.stderr, str(exc)
/xnu-8019.80.24/osfmk/mach/
H A Dprof.defs63 * [0014] Change subsystem number as current shared with exc.defs reply messages.
116 prof 2450; /* exc.defs from 2400 - 2449 */
H A Dmach.modulemap51 module exc {
52 header "mach/exc.h"
H A DMakefile31 exc.defs \
313 exc.h \
H A Dexc.defs71 exc 2401;
/xnu-8019.80.24/osfmk/arm/
H A Dtrap.c279 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 Dexc.defs29 #include <mach/exc.defs>
/xnu-8019.80.24/osfmk/mach/arm/
H A Dthread_status.h892 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 Dpmap.py1385 except Exception as exc:
1427 except Exception as exc:
1568 except Exception as exc:
1589 except Exception as exc:
H A Dxnu.py129 except Exception as exc:
/xnu-8019.80.24/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c79 kdp_exc_info_t exc; in kdp_exception() member
/xnu-8019.80.24/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj233 …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 Dkern_sig.c141 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()