Searched refs:RTLD_NEXT (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_linux.cpp42 void *addr = dlsym(RTLD_NEXT, name);
44 // If the lookup using RTLD_NEXT failed, the sanitizer runtime library is
69 return dlvsym(RTLD_NEXT, name, ver);
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Dpreload.c386 real.socket = dlsym(RTLD_NEXT, "socket");
387 real.bind = dlsym(RTLD_NEXT, "bind");
388 real.listen = dlsym(RTLD_NEXT, "listen");
389 real.accept = dlsym(RTLD_NEXT, "accept");
390 real.connect = dlsym(RTLD_NEXT, "connect");
391 real.recv = dlsym(RTLD_NEXT, "recv");
392 real.recvfrom = dlsym(RTLD_NEXT, "recvfrom");
393 real.recvmsg = dlsym(RTLD_NEXT, "recvmsg");
394 real.read = dlsym(RTLD_NEXT, "read");
395 real.readv = dlsym(RTLD_NEXT, "read
[all...]
/freebsd-13-stable/include/
H A Ddlfcn.h65 #define RTLD_NEXT ((void *) -1) /* Search subsequent objects. */ macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h46 void *real = dlsym(RTLD_NEXT, symbol);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp247 return dlsym(RTLD_NEXT, sym);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp54 : reinterpret_cast<decltype(&Function)>(dlsym(RTLD_NEXT, #Function)))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp160 void *f = dlsym(RTLD_NEXT, "setenv");
247 void *get_tls_static_info_ptr = dlsym(RTLD_NEXT, "_dl_get_tls_static_info");
H A Dsanitizer_netbsd.cpp78 void *real = dlsym(RTLD_NEXT, symbol);
H A Dsanitizer_linux.cpp801 real = (decltype(sysctlbyname) *)dlsym(RTLD_NEXT, "sysctlbyname");
H A Dsanitizer_common_interceptors.inc3650 // Workaround a bug in glibc where dlsym(RTLD_NEXT, ...) returns the oldest
/freebsd-13-stable/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c31 (defined(__osf__) && !defined(RTLD_NEXT)) || \
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp143 (ompt_start_tool_t)dlsym(RTLD_NEXT, "ompt_start_tool");
H A Dkmp_ftn_entry.h950 } else if ((*(void **)(&fptr) = dlsym(RTLD_NEXT, "omp_get_num_devices"))) {
972 if ((*(void **)(&fptr) = dlsym(RTLD_NEXT, "omp_get_initial_device"))) {
/freebsd-13-stable/contrib/jemalloc/src/
H A Dbackground_thread.c843 pthread_create_fptr = dlsym(RTLD_NEXT, "pthread_create");
849 malloc_write("<jemalloc>: Error in dlsym(RTLD_NEXT, "
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c3630 if (handle == NULL || handle == RTLD_NEXT ||
3645 } else if (handle == RTLD_NEXT || /* Objects after caller's */
3647 if (handle == RTLD_NEXT)

Completed in 310 milliseconds