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

/freebsd-12-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-12-stable/include/
H A Ddlfcn.h99 typedef void (*dlfunc_t)(struct __dlfunc_arg); typedef
127 dlfunc_t dlfunc(void * __restrict, const char * __restrict);
/freebsd-12-stable/lib/libc/tests/stdlib/
H A Ddynthr_test.c71 dlfunc_t rawfunc;
/freebsd-12-stable/lib/libc/gen/
H A Ddlfcn.c131 dlfunc_t
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c241 dlfunc_t dlfunc(void *, const char *) __exported;
3714 dlfunc_t
3719 dlfunc_t f;

Completed in 107 milliseconds