Home
last modified time | relevance | path

Searched refs:RTLD_DEFAULT (Results 1 – 25 of 75) sorted by relevance

123

/external/llvm-project/compiler-rt/lib/builtins/
Dos_version_check.c98 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/
DGenealogy.cpp33 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/
Dexternal-lib.cpp33 …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/
DlibX11.cpp68 …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()
DXcbSurfaceKHR.cpp71 if(getProcAddress(RTLD_DEFAULT, "xcb_create_gc")) in loadExports()
73 return std::make_unique<LibXcbExports>(RTLD_DEFAULT); in loadExports()
/external/swiftshader/src/Main/
DlibX11.cpp58 …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/
Dprocess_vm_readv.cc39 (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/
Dprocess_vm_readv.cpp39 (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/
Dmegadriver_stub.c33 #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/
DCreatePlatformGLTestContext_mac.cpp42 , fGLLibrary(RTLD_DEFAULT) { in MacGLTestContext()
125 void* handle = (nullptr == fGLLibrary) ? RTLD_DEFAULT : fGLLibrary; in onPlatformGetProcAddress()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
DDarwinLogCollector.cpp55 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/
DCreatePlatformGLTestContext_mac.cpp42 , fGLLibrary(RTLD_DEFAULT) { in MacGLTestContext()
148 void* handle = (nullptr == fGLLibrary) ? RTLD_DEFAULT : fGLLibrary; in onPlatformGetProcAddress()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c46 #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/
Dcross-dso-diagnostic.cpp28 reinterpret_cast<void*(*)(void)>(dlsym(RTLD_DEFAULT, "dso_symbol")); in main()
/external/skqp/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm41 , fGLLibrary(RTLD_DEFAULT) {
114 void* handle = (nullptr == fGLLibrary) ? RTLD_DEFAULT : fGLLibrary;
/external/llvm-project/openmp/tools/archer/
Dompt-tsan.cpp153 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/
DGrGLMakeNativeInterface_iOS.cpp23 return (GrGLFuncPtr)dlsym(ctx ? ctx : RTLD_DEFAULT, name); }); in GrGLMakeNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLMakeNativeInterface_mac.cpp23 return (GrGLFuncPtr)dlsym(ctx ? ctx : RTLD_DEFAULT, name); }); in GrGLMakeNativeInterface()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DPosixSpawnResponsible.h37 (dlsym(RTLD_DEFAULT, "responsibility_spawnattrs_setdisclaim")); in setup_posix_spawn_responsible_flag()
/external/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm42 : fGLLibrary(RTLD_DEFAULT) {
118 void* handle = (nullptr == fGLLibrary) ? RTLD_DEFAULT : fGLLibrary;
/external/llvm/lib/Fuzzer/
DFuzzerExtFunctionsDlsym.cpp25 void *Fn = dlsym(RTLD_DEFAULT, FnName); in GetFnPtr()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerExtFunctionsDlsym.cpp25 void *Fn = dlsym(RTLD_DEFAULT, FnName); in GetFnPtr()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerExtFunctionsDlsym.cpp25 void *Fn = dlsym(RTLD_DEFAULT, FnName); in GetFnPtr()
/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn.h78 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */ macro
/external/python/cpython3/Modules/_ctypes/darwin/
Ddlfcn.h78 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */ macro

123