Home
last modified time | relevance | path

Searched refs:fdlopen (Results 1 – 13 of 13) sorted by relevance

/freebsd/lib/libdl/
H A DSymbol.map18 fdlopen;
/freebsd/libexec/rtld-elf/
H A DSymbol.map21 fdlopen;
H A Drtld.c274 void *fdlopen(int, int) __exported;
3927 fdlopen(int fd, int mode) in fdlopen() function
/freebsd/lib/libc/gen/
H A Ddlfcn.c256 #pragma weak fdlopen macro
258 fdlopen(int fd __unused, int mode __unused) in fdlopen() function
H A DSymbol.map366 fdlopen;
H A DMakefile.inc357 MLINKS+=dlopen.3 fdlopen.3 \
/freebsd/include/
H A Ddlfcn.h124 void *fdlopen(int, int);
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c85 if ((dlh = fdlopen(fd, RTLD_NOW)) == NULL) { in try_dlopen()
/freebsd/lib/libc/tests/gen/
H A Dposix_spawn_test.c228 handles[i] = fdlopen(nfd, RTLD_LAZY); in ATF_TC_BODY()
/freebsd/contrib/openpam/
H A Dconfigure.ac106 AC_CHECK_FUNCS([dlfunc fdlopen])
H A Dconfig.h.in21 /* Define to 1 if you have the 'fdlopen' function. */
H A DHISTORY149 - ENHANCE: On platforms that have it, use fdlopen(3) to load modules.
/freebsd/usr.sbin/bhyveload/
H A Dbhyveload.c827 loader_hdl = fdlopen(fd, RTLD_LOCAL); in loader_open()