dlopen() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

dlopen() function

Syntax

void *dlopen(const char *path,     int mode);
Implemented in jim-win32compat.c:12

Arguments

path

mode

References

LocationReferrerText
jim-win32compat.c:12
void *dlopen(const char *path, int mode)
jim-win32compat.h:14
void *dlopen(const char *path, int mode);
jimsh0.c:76
void *dlopen(const char *path, int mode);
jim-load.c:32Jim_LoadLibrary()
void *handle = dlopen(pathName, RTLD_NOW | RTLD_LOCAL);

Call Tree

Functions calling dlopen()
Functions called by dlopen()
all items filtered out
dlopen()
LoadLibraryA()
all items filtered out
Data read by dlopen()
all items filtered out
dlopen()