Skip to content

File dynamic_load.h

FileList > base > dynamic_load.h

Go to the source code of this file

Public Types

Type Name
enum dl_estimate_mode

Public Attributes

Type Name
int dl_Errno
const char * sys_errlist

Public Functions

Type Name
int dl_destroy_module (void)
int dl_initiate_module (const char * module_name)
int nlist (char *, struct nlist *)

Public Types Documentation

enum dl_estimate_mode

enum dl_estimate_mode {
    DL_RELATIVE,
    DL_ABSOLUTE
};

Public Attributes Documentation

variable dl_Errno

int dl_Errno;

variable sys_errlist

const char* sys_errlist[];

Public Functions Documentation

function dl_destroy_module

int dl_destroy_module (
    void
) 

function dl_initiate_module

int dl_initiate_module (
    const  char * module_name
) 

function nlist

int nlist (
    char *,
    struct nlist *
) 


The documentation for this class was generated from the following file cubrid/src/base/dynamic_load.h