Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
HDdlfcn.c189 #pragma weak fdlopen macro
191 fdlopen(int fd __unused, int mode __unused) in fdlopen() function
HDSymbol.map21 fdlopen;
HDMakefile.inc106 MLINKS+=dlopen.3 fdlopen.3
/dragonfly/libexec/rtld-elf/
HDSymbol.map14 fdlopen;
HDrtld.c3003 fdlopen(int fd, int mode) in fdlopen() function
/dragonfly/include/
HDdlfcn.h122 void *fdlopen(int, int);
/dragonfly/contrib/openpam/lib/libpam/
HDopenpam_dynamic.c87 if ((dlh = fdlopen(fd, RTLD_NOW)) == NULL) { in try_dlopen()
/dragonfly/contrib/openpam/
HDHISTORY126 - ENHANCE: On platforms that have it, use fdlopen(3) to load modules.