Searched refs:SetUserExceptionHandler (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/os/ARM/ |
| D | os_ExceptionHandler.h | 137 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/ |
| D | os_ExceptionHandler.cpp | 24 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/ |
| D | dbg_ExceptionScreen.cpp | 423 nn::os::ARM::SetUserExceptionHandler( in RegisterHandler()
|