Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/os/ARM/
Dos_ExceptionHandler.h96 typedef void (*UserExceptionHandler)(ExceptionInfo* pei, ExceptionContext* pec); typedef
138 UserExceptionHandler pHandler, uptr stackBottom, ExceptionBuffer* pExceptionBuffer );
162 UserExceptionHandler pHandler, T* pStack, ExceptionBuffer* pExceptionBuffer) in SetUserExceptionHandler()
197 UserExceptionHandler pHandler, uptr stackBottom, ExceptionBuffer* pExceptionBuffer);
225 UserExceptionHandler pHandler, T* pStack, ExceptionBuffer* pExceptionBuffer) in SetUserExceptionHandlerLocal()
249 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom);
272 void SetUserExceptionHandler(UserExceptionHandler pHandler, T* pStack) in SetUserExceptionHandler()
/CTR-SDK-4.2.5/sources/libraries/os/ARM/
Dos_ExceptionHandler.cpp24 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom) in SetUserExceptionHandler()
29 void SetUserExceptionHandler(UserExceptionHandler pHandler, uptr stackBottom, in SetUserExceptionHandler()
40 void SetUserExceptionHandlerLocal(UserExceptionHandler pHandler, uptr stackBottom, in SetUserExceptionHandlerLocal()