Searched refs:arch_exception_context_t (Results 1 – 8 of 8) sorted by relevance
15 typedef struct arch_exception_context arch_exception_context_t; typedef22 arch_exception_context_t* context);32 void arch_dump_exception_context(const arch_exception_context_t* context);37 const arch_exception_context_t* context, zx_exception_report_t* report);
122 const arch_exception_context_t* arch_context, in try_exception_handler()147 arch_exception_context_t* context, in exception_handler_worker()219 arch_exception_context_t* context) { in dispatch_user_exception()
261 const arch_exception_context_t* arch_context) { in BuildArchReport()277 arch_exception_context_t context; in OnThreadStartForDebugger()302 arch_exception_context_t context; in OnProcessStartForDebugger()330 arch_exception_context_t context; in OnThreadExitForDebugger()
583 const arch_exception_context_t* arch_context, in ExceptionHandlerExchange()663 const arch_exception_context_t* arch_context) { in EnterException()
124 const arch_exception_context_t* arch_context,130 const arch_exception_context_t* arch_context);
64 const arch_exception_context_t* arch_context);
63 arch_exception_context_t context = {}; in try_dispatch_user_data_fault_exception()424 void arch_dump_exception_context(const arch_exception_context_t* context) { in arch_dump_exception_context()459 void arch_fill_in_exception_context(const arch_exception_context_t* arch_context, zx_exception_repo… in arch_fill_in_exception_context()474 arch_exception_context_t context = {}; in arch_dispatch_user_policy_exception()
499 void arch_dump_exception_context(const arch_exception_context_t* context) { in arch_dump_exception_context()516 void arch_fill_in_exception_context(const arch_exception_context_t* arch_context, in arch_fill_in_exception_context()527 arch_exception_context_t context = {}; in arch_dispatch_user_policy_exception()
Completed in 85 milliseconds