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

/xnu-2782.1.97/libsyscall/mach/
H A Dexc.defs29 #include <mach/exc.defs>
/xnu-2782.1.97/tools/lldbmacros/core/
H A Dsyntax_checker.py45 except py_compile.PyCompileError as exc:
46 print str(exc)
/xnu-2782.1.97/osfmk/mach/
H A Dexc.defs67 exc 2401;
H A DMakefile29 exc.defs \
225 exc.h \
/xnu-2782.1.97/osfmk/i386/
H A Dtrap.c871 int exc; local
931 exc = 0;
968 exc = EXC_ARITHMETIC;
995 exc = EXC_BREAKPOINT;
1004 exc = EXC_BREAKPOINT;
1009 exc = EXC_ARITHMETIC;
1014 exc = EXC_SOFTWARE;
1019 exc = EXC_BAD_INSTRUCTION;
1032 exc = EXC_BAD_INSTRUCTION;
1038 exc
1159 i386_exception( int exc, mach_exception_code_t code, mach_exception_subcode_t subcode) argument
[all...]
H A Dtrap.h120 int exc,
/xnu-2782.1.97/osfmk/kern/
H A Dexception.c68 #include <mach/exc.h>
/xnu-2782.1.97/tools/lldbmacros/
H A Dxnu.py115 except Exception as exc:
/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c131 extern void doexception(int exc, mach_exception_code_t code,
3006 int exc,
3014 return(bsd_exception(exc, codes, 2));
3005 do_bsdexception( int exc, int code, int sub) argument

Completed in 41 milliseconds