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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlmodule.c198 #ifndef RTLD_GLOBAL /* For Tru64 UNIX 4.0 */
199 #define RTLD_GLOBAL 0 macro
212 return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlmodule.c198 #ifndef RTLD_GLOBAL /* For Tru64 UNIX 4.0 */
199 #define RTLD_GLOBAL 0 macro
212 return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlmodule.c198 #ifndef RTLD_GLOBAL /* For Tru64 UNIX 4.0 */
199 #define RTLD_GLOBAL 0 macro
212 return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso_dlfcn.c155 #ifdef RTLD_GLOBAL
157 flags |= RTLD_GLOBAL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h1235 #ifndef RTLD_GLOBAL
1236 #define RTLD_GLOBAL 0 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Doptions.c1472 handle = dlopen(path, RTLD_GLOBAL | RTLD_NOW);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c1598 handle = dlopen(path, RTLD_GLOBAL | RTLD_NOW);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c25653 return dlopen(zFilename, RTLD_NOW | RTLD_GLOBAL);
[all...]

Completed in 346 milliseconds