Searched refs:pDllInfo (Results 1 – 2 of 2) sorted by relevance
145 Result NotifyDllLoadedToDebugger(const void* pDllInfo, size_t size);146 Result NotifyDllUnloadingToDebugger(const void* pDllInfo, size_t size);
171 Result NotifyDllLoadedToDebugger(const void* pDllInfo, size_t size) in NotifyDllLoadedToDebugger() argument173 return nn::svc::Break(BREAK_REASON_LOAD_RO, pDllInfo, size); in NotifyDllLoadedToDebugger()176 Result NotifyDllUnloadingToDebugger(const void* pDllInfo, size_t size) in NotifyDllUnloadingToDebugger() argument178 return nn::svc::Break(BREAK_REASON_UNLOAD_RO, pDllInfo, size); in NotifyDllUnloadingToDebugger()