Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
HDdlfcn.c102 #pragma weak dlfunc macro
104 dlfunc(void * handle __unused, const char * name __unused) in dlfunc() function
HDSymbol.map16 dlfunc;
HDMakefile.inc107 MLINKS+=dlsym.3 dlfunc.3
/dragonfly/contrib/openpam/lib/libpam/
HDopenpam_dlfunc.h39 dlfunc(void *handle, const char *symbol) in dlfunc() function
HDopenpam_dynamic.c137 module->func[i] = (pam_func_t)dlfunc(module->dlh, in try_module()
/dragonfly/libexec/rtld-elf/
HDSymbol.map7 dlfunc;
HDrtld.c3331 dlfunc(void *handle, const char *name) in dlfunc() function
4951 dtlsfunc = (void *)dlfunc(RTLD_ALL, in distribute_static_tls()
/dragonfly/include/
HDdlfcn.h124 dlfunc_t dlfunc(void * __restrict, const char * __restrict);
/dragonfly/lib/libc/net/
HDnsdispatch.c503 fn = (nss_module_register_fn)dlfunc(mod.handle, in nss_load_module()