Searched refs:dlvsym (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/libexec/rtld-elf/
H A DSymbol.map12 dlvsym;
H A Drtld.c213 void *dlvsym(void *, const char *, const char *) __exported;
3323 dlvsym(void *handle, const char *name, const char *version) function
4116 * called by dlvsym, because dlvsym looks for
4118 * what dlvsym wants.
/freebsd-10-stable/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlvsym.c41 atf_tc_set_md_var(tc, "descr", "Check dlvsym() function (V_1)");
58 sym = dlvsym(handle, "testfunc", "V_1");
73 atf_tc_set_md_var(tc, "descr", "Check dlvsym() function (V_3)");
90 sym = dlvsym(handle, "testfunc", "V_3");
106 "Check dlvsym() function (symbol is nonexistent)");
122 sym = dlvsym(handle, "symbol_nonexistent", "V_3");
136 "Check dlvsym() function (version is nonexistent)");
152 sym = dlvsym(handle, "testfunc", "");
166 "Check dlvsym() function (version is NULL)");
183 sym = dlvsym(handl
[all...]
/freebsd-10-stable/include/
H A Ddlfcn.h132 void *dlvsym(void * __restrict, const char * __restrict,
/freebsd-10-stable/lib/libc/gen/
H A Ddlfcn.c121 #pragma weak dlvsym macro
123 dlvsym(void * __restrict handle, const char * __restrict name, function
H A DSymbol.map94 dlvsym;
/freebsd-10-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c620 e->pointer = dlvsym (RTLD_NEXT, e->name, e->version);
H A Dconfigure6650 # the nonstandard dlvsym().
6652 for ac_func in dlvsym

Completed in 117 milliseconds