Searched refs:dlfunc_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dlfunc.h36 typedef void (*dlfunc_t)(); typedef
38 static inline dlfunc_t
42 return ((dlfunc_t)dlsym(handle, symbol));
/freebsd-11-stable/include/
H A Ddlfcn.h97 typedef void (*dlfunc_t)(struct __dlfunc_arg); typedef
125 dlfunc_t dlfunc(void * __restrict, const char * __restrict);
/freebsd-11-stable/lib/libc/gen/
H A Ddlfcn.c127 dlfunc_t
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c229 dlfunc_t dlfunc(void *, const char *) __exported;
3682 dlfunc_t
3687 dlfunc_t f;

Completed in 192 milliseconds