Searched refs:exc (Results 1 – 15 of 15) sorted by relevance
| /xnu-8792.81.2/osfmk/i386/ |
| H A D | trap.c | 880 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 D | trap.h | 129 int exc,
|
| /xnu-8792.81.2/osfmk/arm64/ |
| H A D | sleh.c | 1184 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 D | syntax_checker.py | 56 except Exception as exc: 57 print(str(exc), file=sys.stderr)
|
| /xnu-8792.81.2/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 | Makefile | 31 exc.defs \ 320 exc.h \
|
| H A D | mach.modulemap | 51 module exc { 52 header "mach/exc.h"
|
| H A D | exc.defs | 70 exc 2401;
|
| /xnu-8792.81.2/libsyscall/mach/ |
| H A D | exc.defs | 29 #include <mach/exc.defs>
|
| /xnu-8792.81.2/osfmk/mach/arm/ |
| H A D | thread_status.h | 900 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 D | kdp_machdep.c | 80 kdp_exc_info_t exc; in kdp_exception() member
|
| /xnu-8792.81.2/tools/lldbmacros/ |
| H A D | pmap.py | 1154 except Exception as exc: 1286 except Exception as exc: 1307 except Exception as exc:
|
| H A D | xnu.py | 152 except Exception as exc:
|
| /xnu-8792.81.2/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 237 …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 D | kern_sig.c | 141 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()
|