|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
dlfcn.h
Field Summary | |
static int |
RTLD_GLOBAL
If the following bit is set in the MODE argument to 'dlopen' the symbols of the loaded object and its dependencies are made visible as if the object were linked directly into the program. |
static int |
RTLD_LAZY
Lazy function call binding |
static int |
RTLD_LOCAL
|
static int |
RTLD_NOW
Immediate function call binding |
Field Detail |
public static final int RTLD_LAZY
public static final int RTLD_NOW
public static final int RTLD_GLOBAL
public static final int RTLD_LOCAL
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |