| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception_linux.cc | 20 #include <dlfcn.h> // for dlsym() and dlvsym() 46 // Android and Solaris do not have dlvsym 49 return dlvsym(RTLD_NEXT, func_name, ver);
|
| /src/tests/libexec/ld.elf_so/ |
| t_dlvsym.c | 41 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(handle, "testfunc", NULL) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| dispatcher.c | 693 __real_pthread_sigmask_2_32 = dlvsym (dlflag, "pthread_sigmask", "GLIBC_2.32"); 694 __real_pthread_sigmask_2_17 = dlvsym (dlflag, "pthread_sigmask", "GLIBC_2.17"); 695 __real_pthread_sigmask_2_2_5 = dlvsym (dlflag, "pthread_sigmask", "GLIBC_2.2.5"); 696 __real_pthread_sigmask_2_0 = dlvsym (dlflag, "pthread_sigmask", "GLIBC_2.0"); 708 __real_pthread_create_2_34 = dlvsym (dlflag, "pthread_create", "GLIBC_2.34"); 709 __real_pthread_create_2_17 = dlvsym (dlflag, "pthread_create", "GLIBC_2.17"); 710 __real_pthread_create_2_2_5 = dlvsym (dlflag, "pthread_create", "GLIBC_2.2.5"); 711 __real_pthread_create_2_1 = dlvsym (dlflag, "pthread_create", "GLIBC_2.1"); 712 __real_pthread_create_2_0 = dlvsym (dlflag, "pthread_create", "GLIBC_2.0"); 726 __real_timer_create_2_34 = dlvsym (dlflag, "timer_create", "GLIBC_2.34") [all...] |
| synctrace.c | 362 __real_pthread_mutex_lock_2_17 = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.17"); 363 __real_pthread_mutex_lock_2_2_5 = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.2.5"); 364 __real_pthread_mutex_lock_2_0 = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.0"); 426 if ((ptr = dlvsym (dlflag, "pthread_mutex_unlock", "GLIBC_2.17")) != NULL) 428 else if ((ptr = dlvsym (dlflag, "pthread_mutex_unlock", "GLIBC_2.2.5")) != NULL) 430 else if ((ptr = dlvsym (dlflag, "pthread_mutex_unlock", "GLIBC_2.0")) != NULL) 440 __real_pthread_cond_wait_2_17 = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.17"); 441 __real_pthread_cond_wait_2_3_2 = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.3.2"); 442 __real_pthread_cond_wait_2_2_5 = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.2.5"); 443 __real_pthread_cond_wait_2_0 = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.0") [all...] |
| libcol_util.c | 1409 if ((ptr = dlvsym (libc, "fopen", "GLIBC_2.17")) != NULL) 1411 else if ((ptr = dlvsym (libc, "fopen", "GLIBC_2.2.5")) != NULL) 1413 else if ((ptr = dlvsym (libc, "fopen", "GLIBC_2.1")) != NULL) 1415 else if ((ptr = dlvsym (libc, "fopen", "GLIBC_2.0")) != NULL) 1428 if ((ptr = dlvsym (libc, "popen", "GLIBC_2.17")) != NULL) 1430 else if ((ptr = dlvsym (libc, "popen", "GLIBC_2.2.5")) != NULL) 1432 else if ((ptr = dlvsym (libc, "popen", "GLIBC_2.1")) != NULL) 1434 else if ((ptr = dlvsym (libc, "popen", "GLIBC_2.0")) != NULL) 1447 if ((ptr = dlvsym (libc, "fclose", "GLIBC_2.17")) != NULL) 1449 else if ((ptr = dlvsym (libc, "fclose", "GLIBC_2.2.5")) != NULL [all...] |
| iotrace.c | 398 __real_fopen_2_17 = dlvsym (dlflag, "fopen", "GLIBC_2.17"); 399 __real_fopen_2_2_5 = dlvsym (dlflag, "fopen", "GLIBC_2.2.5"); 400 __real_fopen_2_1 = dlvsym (dlflag, "fopen", "GLIBC_2.1"); 401 __real_fopen_2_0 = dlvsym (dlflag, "fopen", "GLIBC_2.0"); 449 __real_fgetpos64_2_17 = dlvsym (dlflag, "fgetpos64", "GLIBC_2.17"); 450 __real_fgetpos64_2_2_5 = dlvsym (dlflag, "fgetpos64", "GLIBC_2.2.5"); 451 __real_fgetpos64_2_2 = dlvsym (dlflag, "fgetpos64", "GLIBC_2.2"); 452 __real_fgetpos64_2_1 = dlvsym (dlflag, "fgetpos64", "GLIBC_2.1"); 464 __real_fsetpos64_2_17 = dlvsym (dlflag, "fsetpos64", "GLIBC_2.17"); 465 __real_fsetpos64_2_2_5 = dlvsym (dlflag, "fsetpos64", "GLIBC_2.2.5") [all...] |
| linetrace.c | 686 __real_popen_2_17 = dlvsym (dlflag, "popen", "GLIBC_2.17"); 687 __real_popen_2_2_5 = dlvsym (dlflag, "popen", "GLIBC_2.2.5"); 688 __real_popen_2_1 = dlvsym (dlflag, "popen", "GLIBC_2.1"); 689 __real_popen_2_0 = dlvsym (dlflag, "popen", "GLIBC_2.0"); 701 __real_posix_spawn_2_17 = dlvsym (dlflag, "posix_spawn", "GLIBC_2.17"); 702 __real_posix_spawn_2_15 = dlvsym (dlflag, "posix_spawn", "GLIBC_2.15"); 703 __real_posix_spawn_2_2_5 = dlvsym (dlflag, "posix_spawn", "GLIBC_2.2.5"); 704 __real_posix_spawn_2_2 = dlvsym (dlflag, "posix_spawn", "GLIBC_2.2"); 716 __real_posix_spawnp_2_17 = dlvsym (dlflag, "posix_spawnp", "GLIBC_2.17"); 717 __real_posix_spawnp_2_15 = dlvsym (dlflag, "posix_spawnp", "GLIBC_2.15") [all...] |
| collector.h | 47 #define dlvsym(f, nm, v) dlsym (f, nm) macro
|
| mmaptrace.c | 1433 __real_dlopen_2_34 = dlvsym (dlflag, "dlopen", "GLIBC_2.34"); 1434 __real_dlopen_2_17 = dlvsym (dlflag, "dlopen", "GLIBC_2.17"); 1435 __real_dlopen_2_2_5 = dlvsym (dlflag, "dlopen", "GLIBC_2.2.5"); 1436 __real_dlopen_2_1 = dlvsym (dlflag, "dlopen", "GLIBC_2.1"); 1437 __real_dlopen_2_0 = dlvsym (dlflag, "dlopen", "GLIBC_2.0"); 1451 __real_dlclose_2_34 = dlvsym (dlflag, "dlclose", "GLIBC_2.34"); 1452 __real_dlclose_2_17 = dlvsym (dlflag, "dlclose", "GLIBC_2.17"); 1453 __real_dlclose_2_2_5 = dlvsym (dlflag, "dlclose", "GLIBC_2.2.5"); 1454 __real_dlclose_2_0 = dlvsym (dlflag, "dlclose", "GLIBC_2.0");
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| dispatcher.c | 693 __real_pthread_sigmask_2_32 = dlvsym (dlflag, "pthread_sigmask", "GLIBC_2.32"); 694 __real_pthread_sigmask_2_17 = dlvsym (dlflag, "pthread_sigmask", "GLIBC_2.17"); 695 __real_pthread_sigmask_2_2_5 = dlvsym (dlflag, "pthread_sigmask", "GLIBC_2.2.5"); 696 __real_pthread_sigmask_2_0 = dlvsym (dlflag, "pthread_sigmask", "GLIBC_2.0"); 708 __real_pthread_create_2_34 = dlvsym (dlflag, "pthread_create", "GLIBC_2.34"); 709 __real_pthread_create_2_17 = dlvsym (dlflag, "pthread_create", "GLIBC_2.17"); 710 __real_pthread_create_2_2_5 = dlvsym (dlflag, "pthread_create", "GLIBC_2.2.5"); 711 __real_pthread_create_2_1 = dlvsym (dlflag, "pthread_create", "GLIBC_2.1"); 712 __real_pthread_create_2_0 = dlvsym (dlflag, "pthread_create", "GLIBC_2.0"); 726 __real_timer_create_2_34 = dlvsym (dlflag, "timer_create", "GLIBC_2.34") [all...] |
| synctrace.c | 362 __real_pthread_mutex_lock_2_17 = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.17"); 363 __real_pthread_mutex_lock_2_2_5 = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.2.5"); 364 __real_pthread_mutex_lock_2_0 = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.0"); 426 if ((ptr = dlvsym (dlflag, "pthread_mutex_unlock", "GLIBC_2.17")) != NULL) 428 else if ((ptr = dlvsym (dlflag, "pthread_mutex_unlock", "GLIBC_2.2.5")) != NULL) 430 else if ((ptr = dlvsym (dlflag, "pthread_mutex_unlock", "GLIBC_2.0")) != NULL) 440 __real_pthread_cond_wait_2_17 = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.17"); 441 __real_pthread_cond_wait_2_3_2 = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.3.2"); 442 __real_pthread_cond_wait_2_2_5 = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.2.5"); 443 __real_pthread_cond_wait_2_0 = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.0") [all...] |
| libcol_util.c | 1409 if ((ptr = dlvsym (libc, "fopen", "GLIBC_2.17")) != NULL) 1411 else if ((ptr = dlvsym (libc, "fopen", "GLIBC_2.2.5")) != NULL) 1413 else if ((ptr = dlvsym (libc, "fopen", "GLIBC_2.1")) != NULL) 1415 else if ((ptr = dlvsym (libc, "fopen", "GLIBC_2.0")) != NULL) 1428 if ((ptr = dlvsym (libc, "popen", "GLIBC_2.17")) != NULL) 1430 else if ((ptr = dlvsym (libc, "popen", "GLIBC_2.2.5")) != NULL) 1432 else if ((ptr = dlvsym (libc, "popen", "GLIBC_2.1")) != NULL) 1434 else if ((ptr = dlvsym (libc, "popen", "GLIBC_2.0")) != NULL) 1447 if ((ptr = dlvsym (libc, "fclose", "GLIBC_2.17")) != NULL) 1449 else if ((ptr = dlvsym (libc, "fclose", "GLIBC_2.2.5")) != NULL [all...] |
| iotrace.c | 398 __real_fopen_2_17 = dlvsym (dlflag, "fopen", "GLIBC_2.17"); 399 __real_fopen_2_2_5 = dlvsym (dlflag, "fopen", "GLIBC_2.2.5"); 400 __real_fopen_2_1 = dlvsym (dlflag, "fopen", "GLIBC_2.1"); 401 __real_fopen_2_0 = dlvsym (dlflag, "fopen", "GLIBC_2.0"); 449 __real_fgetpos64_2_17 = dlvsym (dlflag, "fgetpos64", "GLIBC_2.17"); 450 __real_fgetpos64_2_2_5 = dlvsym (dlflag, "fgetpos64", "GLIBC_2.2.5"); 451 __real_fgetpos64_2_2 = dlvsym (dlflag, "fgetpos64", "GLIBC_2.2"); 452 __real_fgetpos64_2_1 = dlvsym (dlflag, "fgetpos64", "GLIBC_2.1"); 464 __real_fsetpos64_2_17 = dlvsym (dlflag, "fsetpos64", "GLIBC_2.17"); 465 __real_fsetpos64_2_2_5 = dlvsym (dlflag, "fsetpos64", "GLIBC_2.2.5") [all...] |
| linetrace.c | 686 __real_popen_2_17 = dlvsym (dlflag, "popen", "GLIBC_2.17"); 687 __real_popen_2_2_5 = dlvsym (dlflag, "popen", "GLIBC_2.2.5"); 688 __real_popen_2_1 = dlvsym (dlflag, "popen", "GLIBC_2.1"); 689 __real_popen_2_0 = dlvsym (dlflag, "popen", "GLIBC_2.0"); 701 __real_posix_spawn_2_17 = dlvsym (dlflag, "posix_spawn", "GLIBC_2.17"); 702 __real_posix_spawn_2_15 = dlvsym (dlflag, "posix_spawn", "GLIBC_2.15"); 703 __real_posix_spawn_2_2_5 = dlvsym (dlflag, "posix_spawn", "GLIBC_2.2.5"); 704 __real_posix_spawn_2_2 = dlvsym (dlflag, "posix_spawn", "GLIBC_2.2"); 716 __real_posix_spawnp_2_17 = dlvsym (dlflag, "posix_spawnp", "GLIBC_2.17"); 717 __real_posix_spawnp_2_15 = dlvsym (dlflag, "posix_spawnp", "GLIBC_2.15") [all...] |
| collector.h | 47 #define dlvsym(f, nm, v) dlsym (f, nm) macro
|
| mmaptrace.c | 1433 __real_dlopen_2_34 = dlvsym (dlflag, "dlopen", "GLIBC_2.34"); 1434 __real_dlopen_2_17 = dlvsym (dlflag, "dlopen", "GLIBC_2.17"); 1435 __real_dlopen_2_2_5 = dlvsym (dlflag, "dlopen", "GLIBC_2.2.5"); 1436 __real_dlopen_2_1 = dlvsym (dlflag, "dlopen", "GLIBC_2.1"); 1437 __real_dlopen_2_0 = dlvsym (dlflag, "dlopen", "GLIBC_2.0"); 1451 __real_dlclose_2_34 = dlvsym (dlflag, "dlclose", "GLIBC_2.34"); 1452 __real_dlclose_2_17 = dlvsym (dlflag, "dlclose", "GLIBC_2.17"); 1453 __real_dlclose_2_2_5 = dlvsym (dlflag, "dlclose", "GLIBC_2.2.5"); 1454 __real_dlclose_2_0 = dlvsym (dlflag, "dlclose", "GLIBC_2.0");
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/ |
| dlfcn.d | 80 void* dlvsym(void*, const(char)*, const(char)*);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/ |
| dlfcn.d | 80 void* dlvsym(void*, const(char)*, const(char)*);
|
| /src/lib/libc/dlfcn/ |
| dlfcn_elf.c | 52 #define dlvsym ___dlvsym macro 65 __weak_alias(dlvsym,___dlvsym) 120 dlvsym(void *handle, const char *name, const char *version) function
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/ |
| dlfcn.d | 87 void* dlvsym(void*, const(char)*, const(char)*);
|
| /src/include/ |
| dlfcn.h | 68 void *dlvsym(void * __restrict, const char * __restrict,
|
| /src/external/gpl3/gcc/dist/libsanitizer/interception/ |
| interception_linux.cpp | 19 #include <dlfcn.h> // for dlsym() and dlvsym() 66 // dlvsym is a GNU extension supported by some other platforms. 69 return dlvsym(RTLD_NEXT, name, ver);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
| interception_linux.cpp | 19 #include <dlfcn.h> // for dlsym() and dlvsym() 66 // dlvsym is a GNU extension supported by some other platforms. 69 return dlvsym(RTLD_NEXT, name, ver);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/ |
| dlfcn.d | 167 void* dlvsym(void* __handle, const scope char* __name, const scope char* __version);
|
| /src/share/man/man3/ |
| Makefile | 249 dlfcn.3 dlerror.3 dlfcn.3 dladdr.3 dlfcn.3 dlvsym.3
|