Home
last modified time | relevance | path

Searched refs:SetUserExceptionHandler (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.5/include/nn/os/ARM/
Dos_ExceptionHandler.h137 void SetUserExceptionHandler(
161 void SetUserExceptionHandler( in SetUserExceptionHandler() function
164 SetUserExceptionHandler(pHandler, pStack->GetStackBottom(), pExceptionBuffer); in SetUserExceptionHandler()
249 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom);
272 void SetUserExceptionHandler(UserExceptionHandler pHandler, T* pStack) in SetUserExceptionHandler() function
274 SetUserExceptionHandler(pHandler, pStack->GetStackBottom()); in SetUserExceptionHandler()
/CTR-SDK-4.2.5/sources/libraries/os/ARM/
Dos_ExceptionHandler.cpp24 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom) in SetUserExceptionHandler() function
26 SetUserExceptionHandler(pHandler, stackBottom, EXCEPTION_BUFFER_USE_HANDLER_STACK); in SetUserExceptionHandler()
29 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom, in SetUserExceptionHandler() function
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp423 nn::os::ARM::SetUserExceptionHandler( in RegisterHandler()