Searched refs:dlvsym (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/netbsd-tests/libexec/ld.elf_so/ |
H A D | 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()
|
/freebsd/lib/libdl/ |
H A D | Symbol.map | 11 dlvsym;
|
/freebsd/libexec/rtld-elf/ |
H A D | Symbol.map | 11 dlvsym;
|
H A D | rtld.c | 253 void *dlvsym(void *, const char *, const char *) __exported; 4106 dlvsym(void *handle, const char *name, const char *version) in dlvsym() function
|
/freebsd/lib/libc/gen/ |
H A D | dlfcn.c | 139 #pragma weak dlvsym macro 141 dlvsym(void * __restrict handle __unused, const char * __restrict name __unused, in dlvsym() function
|
H A D | Symbol.map | 83 dlvsym;
|
H A D | Makefile.inc | 345 dlopen.3 dlvsym.3
|
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_linux.cpp | 69 return dlvsym(RTLD_NEXT, name, ver); in GetFuncAddr()
|
/freebsd/include/ |
H A D | dlfcn.h | 134 void *dlvsym(void * __restrict, const char * __restrict,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1570 fun:dlvsym=uninstrumented
|