Home
last modified time | relevance | path

Searched refs:dlfunc (Results 1 – 16 of 16) sorted by relevance

/freebsd/bin/csh/
H A Diconv_stub.c61 iconv_open = (iconv_open_t *)dlfunc(iconvlib, ICONV_OPEN); in dl_iconv_open()
64 dl_iconv = (dl_iconv_t *)dlfunc(iconvlib, ICONV_ENGINE); in dl_iconv_open()
67 dl_iconv_close = (dl_iconv_close_t *)dlfunc(iconvlib, in dl_iconv_open()
/freebsd/contrib/libxo/libxo/
H A Dxo_encoder.c32 #define dlfunc(_p, _n) dlsym(_p, _n) macro
37 #define dlfunc(_p, _n) NULL /* Fail */ macro
227 func = (xo_encoder_init_func_t) dlfunc(dlp, XO_ENCODER_INIT_NAME); in xo_encoder_func()
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_dlfunc.h37 dlfunc(void *handle, const char *symbol) in dlfunc() function
H A Dopenpam_dynamic.c135 module->func[i] = (pam_func_t)dlfunc(module->dlh, in try_module()
/freebsd/lib/libdl/
H A DSymbol.map8 dlfunc;
/freebsd/libexec/rtld-elf/
H A DSymbol.map10 dlfunc;
H A Drtld.c252 dlfunc_t dlfunc(void *, const char *) __exported;
4093 dlfunc(void *handle, const char *name) in dlfunc() function
/freebsd/lib/libc/tests/stdlib/
H A Ddynthr_test.c77 rawfunc = dlfunc(mod_handle, "mod_main"); in ATF_TC_BODY()
/freebsd/lib/libc/gen/
H A Ddlfcn.c130 #pragma weak dlfunc macro
132 dlfunc(void * __restrict handle __unused, const char * __restrict name __unused) in dlfunc() function
H A DSymbol.map79 dlfunc;
H A DMakefile.inc343 dlopen.3 dlfunc.3 \
/freebsd/include/
H A Ddlfcn.h125 dlfunc_t dlfunc(void * __restrict, const char * __restrict);
/freebsd/contrib/openpam/
H A Dconfigure.ac93 AC_CHECK_FUNCS([dlfunc fdlopen])
H A Dconfig.h.in18 /* Define to 1 if you have the `dlfunc' function. */
/freebsd/lib/libc/net/
H A Dnsdispatch.c525 fn = (nss_module_register_fn)dlfunc(mod.handle, in nss_load_module()
/freebsd/contrib/libxo/
H A Dconfigure.ac67 AC_CHECK_FUNCS([dlfunc])