Searched refs:RTLD_DEFAULT (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c113 const void *NullAllocator = dlsym(RTLD_DEFAULT, "kCFAllocatorNull");
118 (CFDataCreateWithBytesNoCopyFuncTy)dlsym(RTLD_DEFAULT,
123 (CFPropertyListCreateWithDataFuncTy)dlsym(RTLD_DEFAULT,
131 RTLD_DEFAULT, "CFPropertyListCreateFromXMLData");
139 RTLD_DEFAULT, "CFStringCreateWithCStringNoCopy");
143 (CFDictionaryGetValueFuncTy)dlsym(RTLD_DEFAULT, "CFDictionaryGetValue");
147 (CFGetTypeIDFuncTy)dlsym(RTLD_DEFAULT, "CFGetTypeID");
151 (CFStringGetTypeIDFuncTy)dlsym(RTLD_DEFAULT, "CFStringGetTypeID");
155 (CFStringGetCStringFuncTy)dlsym(RTLD_DEFAULT, "CFStringGetCString");
159 (CFReleaseFuncTy)dlsym(RTLD_DEFAULT, "CFReleas
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp25 void *Fn = dlsym(RTLD_DEFAULT, FnName);
H A DFuzzerInterceptors.cpp39 // RTLD_DEFAULT.
40 addr = dlsym(RTLD_DEFAULT, name);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp77 dlsym(RTLD_DEFAULT, "__tsan_on_initialize"));
79 reinterpret_cast<int (*)(int)>(dlsym(RTLD_DEFAULT, "__tsan_on_finalize"));
/freebsd-current/contrib/ofed/librdmacm/
H A Dpreload.c413 rs.socket = dlsym(RTLD_DEFAULT, "rsocket");
414 rs.bind = dlsym(RTLD_DEFAULT, "rbind");
415 rs.listen = dlsym(RTLD_DEFAULT, "rlisten");
416 rs.accept = dlsym(RTLD_DEFAULT, "raccept");
417 rs.connect = dlsym(RTLD_DEFAULT, "rconnect");
418 rs.recv = dlsym(RTLD_DEFAULT, "rrecv");
419 rs.recvfrom = dlsym(RTLD_DEFAULT, "rrecvfrom");
420 rs.recvmsg = dlsym(RTLD_DEFAULT, "rrecvmsg");
421 rs.read = dlsym(RTLD_DEFAULT, "rread");
422 rs.readv = dlsym(RTLD_DEFAULT, "rread
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats_client.cpp37 return dlsym(RTLD_DEFAULT, name);
/freebsd-current/include/
H A Ddlfcn.h64 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */ macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_linux.cpp48 // RTLD_DEFAULT.
49 addr = dlsym(RTLD_DEFAULT, name);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc39 Handle = RTLD_DEFAULT;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h48 real = dlsym(RTLD_DEFAULT, symbol);
/freebsd-current/lib/libc/gen/
H A Ddlfcn.c215 r = dlsym(RTLD_DEFAULT, "dl_iterate_phdr");
/freebsd-current/lib/libthr/thread/
H A Dthr_exit.c79 handle = RTLD_DEFAULT;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_netbsd.cpp80 real = dlsym(RTLD_DEFAULT, symbol);
H A Dsanitizer_symbolizer_posix_libcdep.cpp75 swift_demangle_f = (swift_demangle_ft)dlsym(RTLD_DEFAULT, "swift_demangle");
H A Dsanitizer_mac.cpp941 RTLD_DEFAULT, "task_set_exc_guard_behavior");
991 RAW_CHECK(dladdr(dlsym(RTLD_DEFAULT, "puts"), &info_puts));
H A Dsanitizer_linux_libcdep.cpp304 dlsym(RTLD_DEFAULT, "_thread_db_sizeof_pthread")))
H A Dsanitizer_common_interceptors.inc6335 filename = (char *)0; // RTLD_DEFAULT
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp147 (ompt_start_tool_t)dlsym(RTLD_DEFAULT, "ompt_start_tool");
H A Dkmp_os.h1299 #define KMP_DLSYM(name) dlsym(RTLD_DEFAULT, name)
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp619 dlsym(RTLD_DEFAULT, "_dl_find_object"));
/freebsd-current/libexec/rtld-elf/
H A Drtld.c3927 handle == RTLD_DEFAULT || handle == RTLD_SELF) {
3975 assert(handle == RTLD_DEFAULT);

Completed in 396 milliseconds