Searched refs:exc (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/
H A Dexc.defs29 #include <mach/exc.defs>
H A Dmodule.mk21 exc.defs
/darwin-on-arm/xnu/osfmk/mach/
H A Dexc.defs67 exc 2401;
H A DMakefile31 exc.defs \
225 exc.h \
/darwin-on-arm/xnu/osfmk/i386/
H A Dtrap.c916 int exc; local
976 exc = 0;
1010 exc = EXC_ARITHMETIC;
1037 exc = EXC_BREAKPOINT;
1046 exc = EXC_BREAKPOINT;
1051 exc = EXC_ARITHMETIC;
1056 exc = EXC_SOFTWARE;
1061 exc = EXC_BAD_INSTRUCTION;
1074 exc = EXC_BAD_INSTRUCTION;
1080 exc
1201 i386_exception( int exc, mach_exception_code_t code, mach_exception_subcode_t subcode) argument
[all...]
H A Dtrap.h122 int exc,
/darwin-on-arm/xnu/osfmk/arm/
H A Dtrap.c68 void doexception(int exc, mach_exception_code_t code, argument
75 exception_triage(exc, codes, 2);
/darwin-on-arm/xnu/osfmk/kern/
H A Dexception.c68 #include <mach/exc.h>
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c130 extern void doexception(int exc, mach_exception_code_t code,
3008 int exc,
3016 return(bsd_exception(exc, codes, 2));
3007 do_bsdexception( int exc, int code, int sub) argument

Completed in 39 milliseconds