Searched refs:RTLD_LAZY (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Ddlf.h47 #ifndef RTLD_LAZY
48 #define RTLD_LAZY 1 macro
51 #define DLL_OPEN(dll) (void*)dlopen((char*)(path), RTLD_LAZY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dkconfig_load.c16 handle = dlopen("./libkconfig.so", RTLD_LAZY);
18 handle = dlopen("./scripts/kconfig/libkconfig.so", RTLD_LAZY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dkconfig_load.c16 handle = dlopen("./libkconfig.so", RTLD_LAZY);
18 handle = dlopen("./scripts/kconfig/libkconfig.so", RTLD_LAZY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-client/
H A Dcheck-nss.c48 if ((dl = dlopen(*l, RTLD_LAZY))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dcheck-nss.c48 if ((dl = dlopen(*l, RTLD_LAZY))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc.c103 dlh = dlopen(buf, RTLD_LAZY);
108 dlh = BODY = dlopen(NULL, RTLD_LAZY);
149 dlh = dlopen(buf, RTLD_LAZY);
153 dlh = BODY = dlopen(NULL, RTLD_LAZY);
H A Dm_ematch.c142 dlh = dlopen(buf, RTLD_LAZY);
146 dlh = body = dlopen(NULL, RTLD_LAZY);
H A Dm_ipt.c269 handle = dlopen(path, RTLD_LAZY);
272 handle = dlopen(path, RTLD_LAZY);
H A Dm_pedit.c85 dlh = dlopen(buf, RTLD_LAZY);
89 dlh = pBODY = dlopen(NULL, RTLD_LAZY);
H A Dm_action.c80 dlh = dlopen(buf, RTLD_LAZY);
84 dlh = aBODY = dlopen(NULL, RTLD_LAZY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddlunix.cpp45 #ifndef RTLD_LAZY
46 #define RTLD_LAZY 0 macro
249 return wx_dlopen(0, RTLD_LAZY);
262 // we need to use either RTLD_NOW or RTLD_LAZY because if we call dlopen()
265 int rtldFlags = flags & wxDL_LAZY ? RTLD_LAZY : RTLD_NOW;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dreplace.h321 #ifndef RTLD_LAZY
322 #define RTLD_LAZY 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dmodule.c41 handle = sys_dlopen(module_name, RTLD_LAZY);
H A Dutil.c3050 h = dlopen("/usr/local/parasoft/insure++lite/lib.linux2/libinsure.so", RTLD_LAZY);
3054 h = dlopen("/usr/local/parasoft/lib.linux2/libinsure.so", RTLD_LAZY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dgpfs.c127 libgpfs_handle = sys_dlopen("libgpfs_gpl.so", RTLD_LAZY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dsparcv9cap.c194 if ((h = dlopen(NULL, RTLD_LAZY))) {
204 if ((h = dlopen("libdevinfo.so.1", RTLD_LAZY)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dsparcv9cap.c194 if ((h = dlopen(NULL, RTLD_LAZY))) {
204 if ((h = dlopen("libdevinfo.so.1", RTLD_LAZY)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/nfct-extensions/
H A Dhelper.c205 helper = helper_find(CONNTRACKD_LIB_DIR, argv[3], l4proto, RTLD_LAZY);
559 helper = helper_find(CONNTRACKD_LIB_DIR, argv[3], l4proto, RTLD_LAZY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-glade.c319 handle = dlopen ("libexpat.so.1", RTLD_LAZY);
322 handle = dlopen ("libexpat.so.0", RTLD_LAZY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dutil.h118 /* NetBSD doesn't like RTLD_NOW for dlopen (it fails). Use RTLD_LAZY.
122 #define mod_open(a) dlopen(a, RTLD_LAZY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/nss/
H A Dnss_winbind.c62 nss->dl_handle = dlopen(nss_path, RTLD_LAZY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dso/
H A Ddso_dlfcn.c456 void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dso/
H A Ddso_dlfcn.c456 void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dincludes.h1037 #ifndef RTLD_LAZY
1038 #define RTLD_LAZY 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dnsstest.c39 h = sys_dlopen(so_path, RTLD_LAZY);

Completed in 287 milliseconds

12