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

/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_dlfunc.h34 typedef void (*dlfunc_t)(); typedef
36 static inline dlfunc_t
40 return ((dlfunc_t)dlsym(handle, symbol));
/freebsd-current/include/
H A Ddlfcn.h97 typedef void (*dlfunc_t)(struct __dlfunc_arg); typedef
125 dlfunc_t dlfunc(void * __restrict, const char * __restrict);
/freebsd-current/lib/libc/tests/stdlib/
H A Ddynthr_test.c68 dlfunc_t rawfunc;
/freebsd-current/lib/libc/amd64/
H A Damd64_archlevel.h42 dlfunc_t __archlevel_resolve(u_int, u_int, u_int, u_int,
/freebsd-current/lib/libc/amd64/string/
H A Damd64_archlevel.c229 dlfunc_t
237 return (dlfunc_t)((uintptr_t)funcs + (ptrdiff_t)funcs[level]);
/freebsd-current/lib/libc/gen/
H A Ddlfcn.c130 dlfunc_t
/freebsd-current/libexec/rtld-elf/
H A Drtld.c249 dlfunc_t dlfunc(void *, const char *) __exported;
4056 dlfunc_t
4061 dlfunc_t f;

Completed in 254 milliseconds