Searched refs:dlopen (Results 1 - 25 of 105) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dkconfig_load.c16 handle = dlopen("./libkconfig.so", RTLD_LAZY);
18 handle = dlopen("./scripts/kconfig/libkconfig.so", RTLD_LAZY);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dcheck-nss.c48 if ((dl = dlopen(*l, RTLD_LAZY))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dnss_winbind_syms.c39 handle = dlopen(argv[1], RTLD_NOW);
42 printf("FAIL: could not dlopen library: %s\n", dlerror());
H A Dpam_winbind_syms.c31 handle = dlopen(argv[1], RTLD_NOW);
34 printf("FAIL: could not dlopen library: %s\n", dlerror());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dutil.h105 /* NetBSD doesn't like RTLD_NOW for dlopen (it fails). Use RTLD_LAZY.
106 * OpenBSD currently does not use the second arg for dlopen(). For
109 #define mod_open(a) dlopen(a, RTLD_LAZY)
111 #define mod_open(a) dlopen(a, DL_LAZY)
113 #define mod_open(a) dlopen(a, RTLD_NOW)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dtc.c41 static void *BODY = NULL; /* cached handle dlopen(NULL) */
103 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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dframehook.c51 loaded = dlopen(argv[0], RTLD_NOW);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibfaad.c48 #define dlopen(a) macro
53 void* handle; /* dlopen handle */
231 s->handle = dlopen(libfaadname, RTLD_LAZY);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dso/
H A Ddso_dlfcn.c111 /* Prior to using the dlopen() function, we should decide on the flag
136 * (i) the handle (void*) returned from dlopen().
150 ptr = dlopen(filename, DLOPEN_FLAG);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlmodule.c212 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.c212 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.c114 /* Prior to using the dlopen() function, we should decide on the flag
139 * (i) the handle (void*) returned from dlopen().
159 ptr = dlopen(filename, flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/nss/
H A Dnss_winbind.c62 nss->dl_handle = dlopen(nss_path, RTLD_LAZY);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlmodule.c212 return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dlibtool134 # Whether dlopen is supported.
137 # Whether dlopen of programs is supported.
140 # Whether dlopen of statically linked programs is supported.
470 -dlopen)
471 prevopt="-dlopen"
541 # Only execute mode is allowed to have -dlopen flags.
543 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
1249 -dlopen)
1493 # This file was specified with -dlopen.
1527 # This library was specified with -dlopen
[all...]
H A Dltmain.sh184 -dlopen)
185 prevopt="-dlopen"
255 # Only execute mode is allowed to have -dlopen flags.
257 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
963 -dlopen)
1207 # This file was specified with -dlopen.
1241 # This library was specified with -dlopen.
1351 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
1363 passes="conv scan dlopen dlpreopen link"
1372 dlopen)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dltmain.sh229 -dlopen)
230 prevopt="-dlopen"
300 # Only execute mode is allowed to have -dlopen flags.
302 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
1148 -dlopen)
1508 # This library was specified with -dlopen.
1685 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
1697 passes="conv scan dlopen dlpreopen link"
1710 dlopen) libs="$dlfiles" ;;
1715 if test "$pass" = dlopen; the
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dlibtool164 # Whether dlopen is supported.
167 # Whether dlopen of programs is supported.
170 # Whether dlopen of statically linked programs is supported.
875 -dlopen)
876 prevopt="-dlopen"
960 # Only execute mode is allowed to have -dlopen flags.
962 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
1809 -dlopen)
2269 # This library was specified with -dlopen.
2410 $echo "$modename: libraries can \`-dlopen' onl
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dltmain.sh523 -dlopen)
524 prevopt="-dlopen"
608 # Only execute mode is allowed to have -dlopen flags.
610 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
1457 -dlopen)
1917 # This library was specified with -dlopen.
2058 $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
2070 passes="conv scan dlopen dlpreopen link"
2083 dlopen) libs="$dlfiles" ;;
2088 if test "$pass" = dlopen; the
[all...]

Completed in 253 milliseconds

12345