Searched defs:RTLD_NOW (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtksh/include/
H A Ddlfcn.h6 #ifndef RTLD_NOW
7 # define RTLD_NOW 1 macro
/ast/src/lib/libtksh/tcl/
H A DtclLoadDl.c24 * In some systems, like SunOS 4.1.3, the RTLD_NOW flag isn't defined
30 #ifndef RTLD_NOW
31 # define RTLD_NOW 1 macro
73 handle = dlopen(fileName, RTLD_NOW | RTLD_GLOBAL);

Completed in 2989 milliseconds