Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSDynLoad.h25 typedef void * OSDynLoad_ModuleHandle; typedef
30 #define MAINPROGRAM_MODULE_HANDLE ((OSDynLoad_ModuleHandle)(-1))
38 typedef int (*pf_rpl_entry)(OSDynLoad_ModuleHandle aHandle, int aReason);
39 int rpl_entry(OSDynLoad_ModuleHandle aHandle, int aReason);
114 typedef void (*OSDynLoad_pfNotifyFunc)(OSDynLoad_ModuleHandle aModuleHandle, void *apUserArg, int a…
143 int OSDynLoad_Acquire(char const *apBaseModuleName, OSDynLoad_ModuleHandle *apRetHandle);
144 void OSDynLoad_Release(OSDynLoad_ModuleHandle aModuleHandle);
150 int OSDynLoad_IsModuleLoaded(char const *apFileName, OSDynLoad_ModuleHandle *apRetHandle);
155 int OSDynLoad_GetModuleName(OSDynLoad_ModuleHandle aModuleHandle, char *apRetBuffer, int *apBuffer…
161 int OSDynLoad_FindExport(OSDynLoad_ModuleHandle aModuleHandle, int aTypeIsData, char const *apExpo…
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/
Dgdbstub.h25 extern void MasterAgent_LoadNotify(OSDynLoad_ModuleHandle aModuleHandle, void *apUserArg, int aIsLo…