Searched refs:RTLD_GLOBAL (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtksh/include/
H A Ddlfcn.h10 #ifndef RTLD_GLOBAL
11 # define RTLD_GLOBAL 0 macro
/ast/src/lib/libtksh/tcl/
H A DtclLoadDl.c25 * and this argument to dlopen must always be 1. The RTLD_GLOBAL
34 #ifndef RTLD_GLOBAL
35 # define RTLD_GLOBAL 0 macro
73 handle = dlopen(fileName, RTLD_NOW | RTLD_GLOBAL);
/ast/src/lib/libdll/
H A Ddllplug.c55 if (dll = dllopen(dle->path, flags|RTLD_GLOBAL|RTLD_PARENT))

Completed in 8 milliseconds