lib/replace/dlfcn.c

ソースコードを見る。

関数

void * rep_dlopen (const char *name, int flags)
void * rep_dlsym (void *handle, const char *symbol)
char * rep_dlerror (void)
int rep_dlclose (void *handle)


関数

void* rep_dlopen ( const char *  name,
int  flags 
)

dlfcn.c29 行で定義されています。

00030 {
00031         return NULL;
00032 }

void* rep_dlsym ( void *  handle,
const char *  symbol 
)

dlfcn.c36 行で定義されています。

00037 {
00038     return NULL;
00039 }

char* rep_dlerror ( void   ) 

dlfcn.c43 行で定義されています。

00044 {
00045         return "dynamic loading of objects not supported on this platform";
00046 }

int rep_dlclose ( void *  handle  ) 

dlfcn.c50 行で定義されています。

00051 {
00052         return 0;
00053 }


Sambaに対してSat Aug 29 21:23:36 2009に生成されました。  doxygen 1.4.7