Searched refs:libc_dlopen (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/lib/libc/gen/
H A Dlibc_dlopen.c26 * $FreeBSD: releng/11.0/lib/libc/gen/libc_dlopen.c 228843 2011-12-23 15:00:37Z cperciva $
30 __FBSDID("$FreeBSD: releng/11.0/lib/libc/gen/libc_dlopen.c 228843 2011-12-23 15:00:37Z cperciva $");
44 libc_dlopen(const char *path, int mode) function
H A DMakefile.inc82 libc_dlopen.c \
/freebsd-11.0-release/lib/libc/iconv/
H A Dcitrus_module.c298 handle = libc_dlopen(p, RTLD_LAZY);
/freebsd-11.0-release/lib/libc/include/
H A Dlibc_private.h57 * libc should use libc_dlopen internally, which respects a global
60 void *libc_dlopen(const char *, int);
/freebsd-11.0-release/lib/libc/net/
H A Dnsdispatch.c383 handle = libc_dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);
493 mod.handle = libc_dlopen(buf, RTLD_LOCAL|RTLD_LAZY);

Completed in 59 milliseconds