RetroArch
Typedefs | Functions
dynload.h File Reference
#include <wiiu/types.h>
#include "thread.h"
#include "time.h"
Include dependency graph for dynload.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef voidOSDynLoadModule
 
typedef int(* OSDynLoadAllocFn) (int size, int align, void **outAddr)
 
typedef void(* OSDynLoadFreeFn) (void *addr)
 

Functions

int32_t OSDynLoad_SetAllocator (OSDynLoadAllocFn allocFn, OSDynLoadFreeFn freeFn)
 
int32_t OSDynLoad_GetAllocator (OSDynLoadAllocFn *outAllocFn, OSDynLoadFreeFn *outFreeFn)
 
int32_t OSDynLoad_Acquire (char const *name, OSDynLoadModule *outModule)
 
int32_t OSDynLoad_FindExport (OSDynLoadModule module, int32_t isData, char const *name, void **outAddr)
 
void OSDynLoad_Release (OSDynLoadModule module)
 

Typedef Documentation

◆ OSDynLoadAllocFn

typedef int(* OSDynLoadAllocFn) (int size, int align, void **outAddr)

◆ OSDynLoadFreeFn

typedef void(* OSDynLoadFreeFn) (void *addr)

◆ OSDynLoadModule

Function Documentation

◆ OSDynLoad_Acquire()

int32_t OSDynLoad_Acquire ( char const name,
OSDynLoadModule outModule 
)
Here is the caller graph for this function:

◆ OSDynLoad_FindExport()

int32_t OSDynLoad_FindExport ( OSDynLoadModule  module,
int32_t  isData,
char const name,
void **  outAddr 
)
Here is the caller graph for this function:

◆ OSDynLoad_GetAllocator()

int32_t OSDynLoad_GetAllocator ( OSDynLoadAllocFn outAllocFn,
OSDynLoadFreeFn outFreeFn 
)

◆ OSDynLoad_Release()

void OSDynLoad_Release ( OSDynLoadModule  module)
Here is the caller graph for this function:

◆ OSDynLoad_SetAllocator()

int32_t OSDynLoad_SetAllocator ( OSDynLoadAllocFn  allocFn,
OSDynLoadFreeFn  freeFn 
)