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

/freebsd-12-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-12-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_linux.cpp19 #include <dlfcn.h> // for dlsym() and dlvsym()
66 // Android and Solaris do not have dlvsym
69 return dlvsym(RTLD_NEXT, name, ver);
/freebsd-12-stable/include/
H A Ddlfcn.h136 void *dlvsym(void * __restrict, const char * __restrict,
/freebsd-12-stable/lib/libc/gen/
H A Ddlfcn.c139 #pragma weak dlvsym macro
141 dlvsym(void * __restrict handle __unused, const char * __restrict name __unused, function
H A DMakefile.inc349 dlopen.3 dlvsym.3
/freebsd-12-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
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c242 void *dlvsym(void *, const char *, const char *) __exported;
3728 dlvsym(void *handle, const char *name, const char *version) function
4538 * called by dlvsym, because dlvsym looks for
4540 * what dlvsym wants.

Completed in 228 milliseconds