Line 44:
Line 44:
|OSDynLoad_Acquire
|OSDynLoad_Acquire
|<code>int OSDynLoad_Acquire(const char *rplname, uint32_t *handle)</code>
|<code>int OSDynLoad_Acquire(const char *rplname, uint32_t *handle)</code>
β
|Acquire a handle to an RPL by name and returns a error code
+
|Acquire a handle to an RPL by name and returns a error code.
|-
|-
|OSDynLoad_IsModuleLoaded
|OSDynLoad_IsModuleLoaded
|<code>int OSDynLoad_Acquire(const char *rplname, uint32_t *handle)</code>
|<code>int OSDynLoad_Acquire(const char *rplname, uint32_t *handle)</code>
β
|Checks if a module is loaded. If the target module is loaded the function set the existing handle to the module otherwise the handle is not set. Returns a erorcode.
+
|Checks if a module is loaded. If the target module is loaded the function set the existing handle to the module otherwise the handle is not set. Returns a errorcode.
|-
|-
|OSDynLoad_FindExport
|OSDynLoad_FindExport
|<code>int OSDynLoad_FindExport(uint32_t handle, bool isdata, const char *symname, void **address)</code>
|<code>int OSDynLoad_FindExport(uint32_t handle, bool isdata, const char *symname, void **address)</code>
β
|Get a symbol address from a loaded RPL and returns a error code
+
|Get a symbol address from a loaded RPL and returns a error code.
|-
|-
|OSDynLoad_Release
|OSDynLoad_Release