Searched refs:dlfunc (Results 1 – 16 of 16) sorted by relevance
/freebsd/bin/csh/ |
H A D | iconv_stub.c | 61 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 D | xo_encoder.c | 32 #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 D | openpam_dlfunc.h | 37 dlfunc(void *handle, const char *symbol) in dlfunc() function
|
H A D | openpam_dynamic.c | 135 module->func[i] = (pam_func_t)dlfunc(module->dlh, in try_module()
|
/freebsd/lib/libdl/ |
H A D | Symbol.map | 8 dlfunc;
|
/freebsd/libexec/rtld-elf/ |
H A D | Symbol.map | 10 dlfunc;
|
H A D | rtld.c | 252 dlfunc_t dlfunc(void *, const char *) __exported; 4093 dlfunc(void *handle, const char *name) in dlfunc() function
|
/freebsd/lib/libc/tests/stdlib/ |
H A D | dynthr_test.c | 77 rawfunc = dlfunc(mod_handle, "mod_main"); in ATF_TC_BODY()
|
/freebsd/lib/libc/gen/ |
H A D | dlfcn.c | 130 #pragma weak dlfunc macro 132 dlfunc(void * __restrict handle __unused, const char * __restrict name __unused) in dlfunc() function
|
H A D | Symbol.map | 79 dlfunc;
|
H A D | Makefile.inc | 343 dlopen.3 dlfunc.3 \
|
/freebsd/include/ |
H A D | dlfcn.h | 125 dlfunc_t dlfunc(void * __restrict, const char * __restrict);
|
/freebsd/contrib/openpam/ |
H A D | configure.ac | 93 AC_CHECK_FUNCS([dlfunc fdlopen])
|
H A D | config.h.in | 18 /* Define to 1 if you have the `dlfunc' function. */
|
/freebsd/lib/libc/net/ |
H A D | nsdispatch.c | 525 fn = (nss_module_register_fn)dlfunc(mod.handle, in nss_load_module()
|
/freebsd/contrib/libxo/ |
H A D | configure.ac | 67 AC_CHECK_FUNCS([dlfunc])
|