org.jouvieje.libloader
Interface RTLD


public interface RTLD

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

RTLD_LAZY

public static final int RTLD_LAZY
Lazy function call binding

See Also:
Constant Field Values

RTLD_NOW

public static final int RTLD_NOW
Immediate function call binding

See Also:
Constant Field Values

RTLD_GLOBAL

public static final 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.

See Also:
Constant Field Values

RTLD_LOCAL

public static final int RTLD_LOCAL
See Also:
Constant Field Values


NativeFmodEx Project - © Copyright 2005-2010 - Jérôme Jouvie (Jouvieje)
NativeFmodEx is an Open Source Project under GNU LGPL License
My sites : http://jerome.jouvie.free.fr/

(Documentation Copyright © Firelight Technologies - FMOD Ex - http://www.fmod.org)