Searched refs:dlvsym (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/netbsd-tests/libexec/ld.elf_so/ |
| HD | t_dlvsym.c | 58 sym = dlvsym(handle, "testfunc", "V_1"); in ATF_TC_BODY() 90 sym = dlvsym(handle, "testfunc", "V_3"); in ATF_TC_BODY() 122 sym = dlvsym(handle, "symbol_nonexistent", "V_3"); in ATF_TC_BODY() 152 sym = dlvsym(handle, "testfunc", ""); in ATF_TC_BODY() 183 sym = dlvsym(handle, "testfunc", NULL); in ATF_TC_BODY()
|
| /NextBSD/lib/libc/gen/ |
| HD | dlfcn.c | 125 #pragma weak dlvsym macro 127 dlvsym(void * __restrict handle, const char * __restrict name, in dlvsym() function
|
| HD | Symbol.map | 94 dlvsym;
|
| /NextBSD/contrib/compiler-rt/lib/interception/ |
| HD | interception_linux.cc | 29 return dlvsym(RTLD_NEXT, func_name, ver); in GetFuncAddrVer()
|
| /NextBSD/libexec/rtld-elf/ |
| HD | Symbol.map | 12 dlvsym;
|
| HD | rtld.c | 213 void *dlvsym(void *, const char *, const char *) __exported; 3317 dlvsym(void *handle, const char *name, const char *version) in dlvsym() function
|
| /NextBSD/include/ |
| HD | dlfcn.h | 132 void *dlvsym(void * __restrict, const char * __restrict,
|
| /NextBSD/contrib/gcclibs/libmudflap/ |
| HD | configure.ac | 191 # the nonstandard dlvsym(). 192 AC_CHECK_FUNCS(dlvsym)
|
| HD | config.h.in | 30 /* Define to 1 if you have the `dlvsym' function. */
|
| HD | mf-runtime.c | 620 e->pointer = dlvsym (RTLD_NEXT, e->name, e->version); in __mf_resolve_single_dynamic()
|
| HD | configure | 6652 for ac_func in dlvsym
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1565 fun:dlvsym=uninstrumented
|