Searched refs:fdlopen (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/libexec/rtld-elf/
H A DSymbol.map22 fdlopen;
H A Drtld.c210 void *fdlopen(int, int) __exported;
2982 fdlopen(int fd, int mode) function
/freebsd-10-stable/include/
H A Ddlfcn.h121 void *fdlopen(int, int);
/freebsd-10-stable/lib/libc/gen/
H A Ddlfcn.c194 #pragma weak fdlopen macro
196 fdlopen(int fd, int mode) function
H A DSymbol.map388 fdlopen;
/freebsd-10-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c87 if ((dlh = fdlopen(fd, RTLD_NOW)) == NULL) {

Completed in 105 milliseconds