/external/llvm-project/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 …]
|
/external/llvm-project/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()
|
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | external-lib.cpp | 33 …callback_register_tag = (decltype(callback_register_tag))dlsym(RTLD_DEFAULT, "__tsan_external_regi… in InitializeLibrary() 34 …callback_assign_tag = (decltype(callback_assign_tag))dlsym(RTLD_DEFAULT, "__tsan_external_assign_t… in InitializeLibrary() 35 callback_read = (decltype(callback_read))dlsym(RTLD_DEFAULT, "__tsan_external_read"); in InitializeLibrary() 36 callback_write = (decltype(callback_write))dlsym(RTLD_DEFAULT, "__tsan_external_write"); in InitializeLibrary()
|
/external/swiftshader/src/WSI/ |
D | libX11.cpp | 68 …if(getProcAddress(RTLD_DEFAULT, "XOpenDisplay")) // Search the global scope for pre-loaded X11 li… in loadExports() 70 libX11exports = new LibX11exports(RTLD_DEFAULT, RTLD_DEFAULT); in loadExports()
|
D | XcbSurfaceKHR.cpp | 71 if(getProcAddress(RTLD_DEFAULT, "xcb_create_gc")) in loadExports() 73 return std::make_unique<LibXcbExports>(RTLD_DEFAULT); in loadExports()
|
/external/swiftshader/src/Main/ |
D | libX11.cpp | 58 …if(getProcAddress(RTLD_DEFAULT, "XOpenDisplay")) // Search the global scope for pre-loaded X11 l… in loadExports() 60 libX11exports = new LibX11exports(RTLD_DEFAULT, RTLD_DEFAULT); in loadExports()
|
/external/compiler-rt/test/msan/Linux/ |
D | process_vm_readv.cc | 39 (process_vm_readwritev_fn)dlsym(RTLD_DEFAULT, "process_vm_readv"); in main() 41 (process_vm_readwritev_fn)dlsym(RTLD_DEFAULT, "process_vm_writev"); in main()
|
/external/llvm-project/compiler-rt/test/msan/Linux/ |
D | process_vm_readv.cpp | 39 (process_vm_readwritev_fn)dlsym(RTLD_DEFAULT, "process_vm_readv"); in main() 41 (process_vm_readwritev_fn)dlsym(RTLD_DEFAULT, "process_vm_writev"); in main()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | megadriver_stub.c | 33 #if defined(RTLD_DEFAULT) && defined(HAVE_DLADDR) 119 get_extensions = dlsym(RTLD_DEFAULT, get_extensions_name); in megadriver_stub_init()
|
/external/skqp/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 42 , fGLLibrary(RTLD_DEFAULT) { in MacGLTestContext() 125 void* handle = (nullptr == fGLLibrary) ? RTLD_DEFAULT : fGLLibrary; in onPlatformGetProcAddress()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/ |
D | DarwinLogCollector.cpp | 55 RTLD_DEFAULT, "os_activity_stream_for_pid"); in LookupSPICalls() 57 RTLD_DEFAULT, "os_activity_stream_resume"); in LookupSPICalls() 59 RTLD_DEFAULT, "os_activity_stream_cancel"); in LookupSPICalls() 61 RTLD_DEFAULT, "os_log_copy_formatted_message"); in LookupSPICalls() 64 RTLD_DEFAULT, "os_activity_stream_set_event_handler"); in LookupSPICalls()
|
/external/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 42 , fGLLibrary(RTLD_DEFAULT) { in MacGLTestContext() 148 void* handle = (nullptr == fGLLibrary) ? RTLD_DEFAULT : fGLLibrary; in onPlatformGetProcAddress()
|
/external/mesa3d/src/gallium/frontends/dri/ |
D | dri_helpers.c | 46 #if defined(RTLD_DEFAULT) in dri2_load_opencl_interop() 57 dlsym(RTLD_DEFAULT, "opencl_dri_event_add_ref"); in dri2_load_opencl_interop() 59 dlsym(RTLD_DEFAULT, "opencl_dri_event_release"); in dri2_load_opencl_interop() 61 dlsym(RTLD_DEFAULT, "opencl_dri_event_wait"); in dri2_load_opencl_interop() 63 dlsym(RTLD_DEFAULT, "opencl_dri_event_get_fence"); in dri2_load_opencl_interop()
|
/external/llvm-project/compiler-rt/test/cfi/ |
D | cross-dso-diagnostic.cpp | 28 reinterpret_cast<void*(*)(void)>(dlsym(RTLD_DEFAULT, "dso_symbol")); in main()
|
/external/skqp/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 41 , fGLLibrary(RTLD_DEFAULT) { 114 void* handle = (nullptr == fGLLibrary) ? RTLD_DEFAULT : fGLLibrary;
|
/external/llvm-project/openmp/tools/archer/ |
D | ompt-tsan.cpp | 153 RTLD_DEFAULT, "AnnotateHappensAfter"); in AnnotateHappensAfter() 161 RTLD_DEFAULT, "AnnotateHappensBefore"); in AnnotateHappensBefore() 167 fptr = (void (*)(const char *, int))dlsym(RTLD_DEFAULT, in AnnotateIgnoreWritesBegin() 174 fptr = (void (*)(const char *, int))dlsym(RTLD_DEFAULT, in AnnotateIgnoreWritesEnd() 183 RTLD_DEFAULT, "AnnotateNewMemory"); in AnnotateNewMemory() 189 fptr = (int (*)())dlsym(RTLD_DEFAULT, "RunningOnValgrind"); in RunningOnValgrind()
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLMakeNativeInterface_iOS.cpp | 23 return (GrGLFuncPtr)dlsym(ctx ? ctx : RTLD_DEFAULT, name); }); in GrGLMakeNativeInterface()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLMakeNativeInterface_mac.cpp | 23 return (GrGLFuncPtr)dlsym(ctx ? ctx : RTLD_DEFAULT, name); }); in GrGLMakeNativeInterface()
|
/external/llvm-project/lldb/source/Host/macosx/objcxx/ |
D | PosixSpawnResponsible.h | 37 (dlsym(RTLD_DEFAULT, "responsibility_spawnattrs_setdisclaim")); in setup_posix_spawn_responsible_flag()
|
/external/skia/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 42 : fGLLibrary(RTLD_DEFAULT) { 118 void* handle = (nullptr == fGLLibrary) ? RTLD_DEFAULT : fGLLibrary;
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerExtFunctionsDlsym.cpp | 25 void *Fn = dlsym(RTLD_DEFAULT, FnName); in GetFnPtr()
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerExtFunctionsDlsym.cpp | 25 void *Fn = dlsym(RTLD_DEFAULT, FnName); in GetFnPtr()
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerExtFunctionsDlsym.cpp | 25 void *Fn = dlsym(RTLD_DEFAULT, FnName); in GetFnPtr()
|
/external/python/cpython2/Modules/_ctypes/darwin/ |
D | dlfcn.h | 78 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */ macro
|
/external/python/cpython3/Modules/_ctypes/darwin/ |
D | dlfcn.h | 78 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */ macro
|