Home
last modified time | relevance | path

Searched defs:dlsym (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/lib/libc/gen/
H A Ddlfcn.c118 #pragma weak dlsym macro
120 dlsym(void * __restrict handle __unused, const char * __restrict name __unused) in dlsym() function
/freebsd-12.1/contrib/libxo/libxo/
H A Dxo_encoder.c36 #define dlsym(_p, _n) NULL /* Fail */ macro
/freebsd-12.1/sys/sys/
H A Dlink_aout.h175 void *(*dlsym)(void *, const char *); /* NONE */ member
/freebsd-12.1/contrib/ncurses/
H A Dconfigure.in351 AC_ARG_WITH(dlsym, optwith
H A Dconfigure738 --without-dlsym do not use dlsym() to load GPM dynamically function
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1726 WRAPPER2(void *, dlsym, void *handle, char *symbol) in WRAPPER2() argument
/freebsd-12.1/libexec/rtld-elf/
H A Drtld.c3593 dlsym(void *handle, const char *name) in dlsym() function