Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/os/ARM/
Dos_ExceptionHandler.h138 UserExceptionHandler pHandler, uptr stackBottom, ExceptionBuffer* pExceptionBuffer );
162 UserExceptionHandler pHandler, T* pStack, ExceptionBuffer* pExceptionBuffer) in SetUserExceptionHandler() argument
164 SetUserExceptionHandler(pHandler, pStack->GetStackBottom(), pExceptionBuffer); in SetUserExceptionHandler()
197 UserExceptionHandler pHandler, uptr stackBottom, ExceptionBuffer* pExceptionBuffer);
225 UserExceptionHandler pHandler, T* pStack, ExceptionBuffer* pExceptionBuffer) in SetUserExceptionHandlerLocal() argument
227 SetUserExceptionHandlerLocal(pHandler, pStack->GetStackBottom(), pExceptionBuffer); in SetUserExceptionHandlerLocal()
249 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom);
272 void SetUserExceptionHandler(UserExceptionHandler pHandler, T* pStack) in SetUserExceptionHandler() argument
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() argument
26 SetUserExceptionHandler(pHandler, stackBottom, EXCEPTION_BUFFER_USE_HANDLER_STACK); in SetUserExceptionHandler()
29 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom, in SetUserExceptionHandler() argument
35 pTlr->handlerAddress = reinterpret_cast<uptr>(pHandler); in SetUserExceptionHandler()
40 void SetUserExceptionHandlerLocal(UserExceptionHandler pHandler, uptr stackBottom, in SetUserExceptionHandlerLocal() argument
45 pTlr->handlerAddress = reinterpret_cast<uptr>(pHandler); in SetUserExceptionHandlerLocal()