#include <string.h>
#include <stdlib.h>
#include "hyport.h"
#include "hystatic.h"
Functions | |
UDATA VMCALL | hysl_up_close_shared_library (struct HyPortLibrary *portLibrary, UDATA descriptor) |
Close a static library. | |
UDATA VMCALL | hysl_up_open_shared_library (struct HyPortLibrary *portLibrary, char *name, UDATA *descriptor, BOOLEAN decorate) |
Opens a static library . | |
UDATA VMCALL | hysl_up_lookup_name (struct HyPortLibrary *portLibrary, UDATA descriptor, char *name, UDATA *func, const char *argSignature) |
Search for a function named 'name' taking argCount in the static library 'descriptor'. | |
UDATA VMCALL | hysl_split_open_shared_library (struct HyPortLibrary *portLibrary, char *name, UDATA *descriptor, BOOLEAN decorate) |
Opens a static/shared library . | |
UDATA VMCALL | hysl_split_close_shared_library (struct HyPortLibrary *portLibrary, UDATA descriptor) |
Close a static or shared library. | |
UDATA VMCALL | hysl_split_lookup_name (struct HyPortLibrary *portLibrary, UDATA descriptor, char *name, UDATA *func, const char *argSignature) |
Search for a function named 'name' taking argCount in the static/shared library 'descriptor'. |
|
Close a static or shared library.
|
|
Search for a function named 'name' taking argCount in the static/shared library 'descriptor'.
|
|
Opens a static/shared library .
|
|
Close a static library.
|
|
Search for a function named 'name' taking argCount in the static library 'descriptor'.
|
|
Opens a static library .
|