Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/i386/
H A Dtrap.c880 int exc; in user_trap() local
975 exc = 0; in user_trap()
991 exc = EXC_ARITHMETIC; in user_trap()
1018 exc = EXC_BREAKPOINT; in user_trap()
1028 exc = EXC_BREAKPOINT; in user_trap()
1033 exc = EXC_ARITHMETIC; in user_trap()
1038 exc = EXC_SOFTWARE; in user_trap()
1044 exc = EXC_BAD_INSTRUCTION; in user_trap()
1058 exc = EXC_BAD_ACCESS; in user_trap()
1064 exc = EXC_BAD_INSTRUCTION; in user_trap()
[all …]
H A Dtrap.h129 int exc,
/xnu-8792.81.2/osfmk/arm64/
H A Dsleh.c1184 exception_type_t exc; in handle_pc_align() local
1192 exc = EXC_BAD_ACCESS; in handle_pc_align()
1195 exc |= EXC_PTRAUTH_BIT; in handle_pc_align()
1202 exception_triage(exc, codes, numcodes); in handle_pc_align()
1209 exception_type_t exc; in handle_sp_align() local
1217 exc = EXC_BAD_ACCESS; in handle_sp_align()
1220 exc |= EXC_PTRAUTH_BIT; in handle_sp_align()
1227 exception_triage(exc, codes, numcodes); in handle_sp_align()
1234 exception_type_t exc; in handle_wf_trap() local
1241 exc = EXC_BAD_INSTRUCTION; in handle_wf_trap()
[all …]
/xnu-8792.81.2/tools/lldbmacros/core/
H A Dsyntax_checker.py56 except Exception as exc:
57 print(str(exc), file=sys.stderr)
/xnu-8792.81.2/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 DMakefile31 exc.defs \
320 exc.h \
H A Dmach.modulemap51 module exc {
52 header "mach/exc.h"
H A Dexc.defs70 exc 2401;
/xnu-8792.81.2/libsyscall/mach/
H A Dexc.defs29 #include <mach/exc.defs>
/xnu-8792.81.2/osfmk/mach/arm/
H A Dthread_status.h900 set_saved_state_exc(arm_saved_state_t *iss, uint32_t exc) in set_saved_state_exc() argument
903 saved_state32(iss)->exception = exc; in set_saved_state_exc()
905 saved_state64(iss)->exception = exc; in set_saved_state_exc()
/xnu-8792.81.2/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c80 kdp_exc_info_t exc; in kdp_exception() member
/xnu-8792.81.2/tools/lldbmacros/
H A Dpmap.py1154 except Exception as exc:
1286 except Exception as exc:
1307 except Exception as exc:
H A Dxnu.py152 except Exception as exc:
/xnu-8792.81.2/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj237 …C9D9BD22114B00600000D8B9 /* exc.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BCD5114B00…
653 …9BCD5114B00600000D8B9 /* exc.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileTyp…
786 C9D9BCD5114B00600000D8B9 /* exc.defs */,
1450 C9D9BD22114B00600000D8B9 /* exc.defs in Sources */,
/xnu-8792.81.2/bsd/kern/
H A Dkern_sig.c141 extern void doexception(int exc, mach_exception_code_t code,
3422 int exc, in do_bsdexception() argument
3430 return bsd_exception(exc, codes, 2); in do_bsdexception()