Home
last modified time | relevance | path

Searched defs:dlfunc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_dlfunc.h37 dlfunc(void *handle, const char *symbol) in dlfunc() function
/freebsd/lib/libc/gen/
H A Ddlfcn.c129 #pragma weak dlfunc macro
131 dlfunc(void * __restrict handle __unused, const char * __restrict name __unused) in dlfunc() function
/freebsd/contrib/libxo/libxo/
H A Dxo_encoder.c32 #define dlfunc(_p, _n) dlsym(_p, _n) macro
37 #define dlfunc(_p, _n) NULL /* Fail */ macro
/freebsd/libexec/rtld-elf/
H A Drtld.c4057 dlfunc(void *handle, const char *name) in dlfunc() function