Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/os/ARM/
Dos_ExceptionHandler.h130 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom);
164 void SetUserExceptionHandler(UserExceptionHandler pHandler, T* pStack) in SetUserExceptionHandler() function
166 SetUserExceptionHandler(pHandler, pStack->GetStackBottom()); in SetUserExceptionHandler()
/CTR-SDK-0.14.4/sources/libraries/os/ARM/
Dos_ExceptionHandler.cpp38 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom) in SetUserExceptionHandler() function