| /openbsd/src/gnu/llvm/compiler-rt/lib/builtins/ |
| D | os_version_check.c | 98 RTLD_DEFAULT, "_availability_version_check"); in _initializeAvailabilityCheck() 109 const void *NullAllocator = dlsym(RTLD_DEFAULT, "kCFAllocatorNull"); in _initializeAvailabilityCheck() 114 (CFDataCreateWithBytesNoCopyFuncTy)dlsym(RTLD_DEFAULT, in _initializeAvailabilityCheck() 119 (CFPropertyListCreateWithDataFuncTy)dlsym(RTLD_DEFAULT, in _initializeAvailabilityCheck() 127 RTLD_DEFAULT, "CFPropertyListCreateFromXMLData"); in _initializeAvailabilityCheck() 135 RTLD_DEFAULT, "CFStringCreateWithCStringNoCopy"); in _initializeAvailabilityCheck() 139 (CFDictionaryGetValueFuncTy)dlsym(RTLD_DEFAULT, "CFDictionaryGetValue"); in _initializeAvailabilityCheck() 143 (CFGetTypeIDFuncTy)dlsym(RTLD_DEFAULT, "CFGetTypeID"); in _initializeAvailabilityCheck() 147 (CFStringGetTypeIDFuncTy)dlsym(RTLD_DEFAULT, "CFStringGetTypeID"); in _initializeAvailabilityCheck() 151 (CFStringGetCStringFuncTy)dlsym(RTLD_DEFAULT, "CFStringGetCString"); in _initializeAvailabilityCheck() [all …]
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| D | Genealogy.cpp | 33 RTLD_DEFAULT, "os_activity_diagnostic_for_pid"); in Genealogy() 36 dlsym(RTLD_DEFAULT, "os_activity_iterate_processes"); in Genealogy() 39 dlsym(RTLD_DEFAULT, "os_activity_iterate_breadcrumbs"); in Genealogy() 42 bool (^)(os_trace_message_t)))dlsym(RTLD_DEFAULT, in Genealogy() 46 bool (^)(os_activity_entry_t)))dlsym(RTLD_DEFAULT, in Genealogy() 49 (uint8_t(*)(os_trace_message_t))dlsym(RTLD_DEFAULT, "os_trace_get_type"); in Genealogy() 51 RTLD_DEFAULT, "os_trace_copy_formatted_message"); in Genealogy() 54 RTLD_DEFAULT, "os_activity_for_thread"); in Genealogy() 56 RTLD_DEFAULT, "os_activity_for_task_thread"); in Genealogy() 59 uint64_t thread_id))dlsym(RTLD_DEFAULT, in Genealogy()
|
| /openbsd/src/regress/libexec/ld.so/dlsym/test2/libbb/ |
| D | bb.c | 37 if (dlsym(RTLD_DEFAULT, "mainSymbol") == NULL) { in bbTest1() 43 if (dlsym(RTLD_DEFAULT, "bbSymbol") == NULL) { in bbTest1()
|
| /openbsd/src/regress/libexec/ld.so/dlsym/test3/libbb/ |
| D | bb.c | 36 if (dlsym(RTLD_DEFAULT, "ddSymbol") != NULL) { in bbTest1() 97 if (dlsym(RTLD_DEFAULT, "eeSymbol") != NULL) { in bbTest2()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| D | tsan_platform_posix.cpp | 77 dlsym(RTLD_DEFAULT, "__tsan_on_initialize")); in InitializeShadowMemory() 79 reinterpret_cast<int (*)(int)>(dlsym(RTLD_DEFAULT, "__tsan_on_finalize")); in InitializeShadowMemory()
|
| /openbsd/src/libexec/ld.so/ |
| D | dlfcn.c | 70 return RTLD_DEFAULT; in dlopen() 173 handle == RTLD_SELF || handle == RTLD_DEFAULT) { in dlsym() 187 else if (handle == RTLD_DEFAULT) in dlsym() 299 if (handle == RTLD_DEFAULT) in dlclose()
|
| /openbsd/src/regress/libexec/ld.so/dlclose/test1/libbb/ |
| D | bb.c | 34 if (dlsym(RTLD_DEFAULT, "bbSymbol") == NULL) { in bbTest1()
|
| /openbsd/src/regress/libexec/ld.so/dlclose/test1/prog1/ |
| D | main.c | 40 if (dlsym(RTLD_DEFAULT, "aaSymbol") == NULL) { in main()
|
| /openbsd/src/regress/libexec/ld.so/dlsym/test2/prog4/ |
| D | main.c | 45 if (dlsym(RTLD_DEFAULT, "ccSymbol") != NULL) { in main()
|
| /openbsd/src/regress/libexec/ld.so/dlsym/test2/prog5/ |
| D | main.c | 46 if (dlsym(RTLD_DEFAULT, "ccSymbol") == NULL) { in main()
|
| /openbsd/src/regress/libexec/ld.so/dlsym/test1/prog2/ |
| D | main.c | 33 if (dlsym(RTLD_DEFAULT, "aaSymbol") == NULL) { in main()
|
| /openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| D | PosixSpawnResponsible.h | 37 (dlsym(RTLD_DEFAULT, "responsibility_spawnattrs_setdisclaim")); in setup_posix_spawn_responsible_flag()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| D | FuzzerExtFunctionsDlsym.cpp | 25 void *Fn = dlsym(RTLD_DEFAULT, FnName); in GetFnPtr()
|
| D | FuzzerInterceptors.cpp | 40 addr = dlsym(RTLD_DEFAULT, name); in getFuncAddr()
|
| /openbsd/src/regress/libexec/ld.so/dlsym/test3/prog4/ |
| D | main.c | 49 a_sym = dlsym(RTLD_DEFAULT, "commonSymbol"); in main()
|
| /openbsd/src/regress/libexec/ld.so/dlsym/test2/prog1/ |
| D | main.c | 41 if (dlsym(RTLD_DEFAULT, "bbSymbol") != NULL) { in main()
|
| /openbsd/src/regress/libexec/ld.so/dlsym/test2/prog3/ |
| D | main.c | 42 if (dlsym(RTLD_DEFAULT, "bbSymbol") == NULL) { in main()
|
| /openbsd/src/include/ |
| D | dlfcn.h | 52 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */ macro
|
| /openbsd/src/regress/libexec/ld.so/dlsym/test3/prog3/ |
| D | main.c | 58 a_sym = dlsym(RTLD_DEFAULT, "commonSymbol"); in main()
|
| /openbsd/src/regress/libexec/ld.so/nodelete/test1/ |
| D | test1.c | 18 void *sym = dlsym(RTLD_DEFAULT, name); in checksym()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/stats/ |
| D | stats_client.cpp | 37 return dlsym(RTLD_DEFAULT, name); in LookupSymbolFromMain()
|
| /openbsd/src/regress/libexec/ld.so/dlsym/test1/libaa/ |
| D | aa.c | 60 value = dlsym(RTLD_DEFAULT, "sigprocmask"); in aaTest()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/interception/ |
| D | interception_linux.cpp | 49 addr = dlsym(RTLD_DEFAULT, name); in GetFuncAddr()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/safestack/ |
| D | safestack_platform.h | 48 real = dlsym(RTLD_DEFAULT, symbol); in GetRealLibcAddress()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/Unix/ |
| D | DynamicLibrary.inc | 39 Handle = RTLD_DEFAULT;
|