/third_party/musl/libc-test/src/functional/ |
D | dlopen_ns.c | 14 void* handle = dlopen(dllPath, RTLD_LAZY); in test_open_by_path() 29 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in test_open_by_ini_name() 48 void* handle = dlopen_ns(&dlns1, dllName, RTLD_LAZY); in test_open_by_ini_api() 65 void* handle1 = dlopen_ns(&dlns1, dllName, RTLD_LAZY); in test_open_by_sameso_in_diff_ns() 69 void* handle2 = dlopen_ns(&dlns2, dllName, RTLD_LAZY); in test_open_by_sameso_in_diff_ns() 84 void* handle1 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in test_open_by_ini_mtso_ns() 88 void* handle2 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in test_open_by_ini_mtso_ns() 110 void* handle_ns2 = dlopen_ns(&dlns2, dllPath, RTLD_LAZY); in test_open_ini_separated() 114 void* handle_ns3 = dlopen_ns(&dlns3, dllPath, RTLD_LAZY); in test_open_ini_separated() 123 void* handle_ns4 = dlopen_ns(&dlns4, dllPath, RTLD_LAZY); in test_open_ini_separated() [all …]
|
D | dlopen.c | 16 h = dlopen(buf, RTLD_LAZY|RTLD_LOCAL); in main() 31 g = dlopen(0, RTLD_LAZY|RTLD_LOCAL); in main() 42 h = dlopen(buf, RTLD_LAZY|RTLD_GLOBAL); in main()
|
D | dlclose_reset.c | 30 h = dlopen(buf, RTLD_LAZY|RTLD_LOCAL); in main() 48 g = dlopen(buf, RTLD_LAZY|RTLD_LOCAL); in main()
|
/third_party/musl/libc-test/src/functionalext/dlns/ |
D | dlns_set_fun.c | 47 void* handle = dlopen_ns(&dlns, dllName_set_002, RTLD_LAZY); in dlns_set_namespace_lib_path_0200() 53 handle = dlopen_ns(&dlns, dllName_set_002, RTLD_LAZY); in dlns_set_namespace_lib_path_0200() 101 void *handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlns_set_namespace_lib_path_0500() 105 void *handle1 = dlopen_ns(&dlns, libB, RTLD_LAZY); in dlns_set_namespace_lib_path_0500() 133 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in dlns_set_namespace_separated_0200() 140 void* handle1 = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in dlns_set_namespace_separated_0200() 180 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in dlns_set_namespace_permitted_paths_0200() 186 void* handle1 = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in dlns_set_namespace_permitted_paths_0200() 208 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in dlns_set_namespace_permitted_paths_0300() 214 void* handle1 = dlopen_ns(&dlns, newLibPath, RTLD_LAZY); in dlns_set_namespace_permitted_paths_0300() [all …]
|
D | dlns_inherit.c | 39 void* handle = dlopen_ns(&dlnsA, dllName, RTLD_LAZY); in dlns_inherit_0100() 43 void* handle1 = dlopen_ns(&dlnsA, sharedLib, RTLD_LAZY); in dlns_inherit_0100() 62 void* handle = dlopen_ns(&dlnsA, dllName, RTLD_LAZY); in dlns_inherit_0200() 66 void* handle1 = dlopen_ns(&dlnsA, sharedLib, RTLD_LAZY); in dlns_inherit_0200() 84 void* handle1 = dlopen_ns(&dlnsA, dllName_inh_003, RTLD_LAZY); in dlns_inherit_0300() 89 void* handle = dlopen_ns(&dlnsA, dllName_inh_003, RTLD_LAZY); in dlns_inherit_0300() 108 void* handle = dlopen_ns(&dlnsA, dllName, RTLD_LAZY); in dlns_inherit_0400() 114 void* handle1 = dlopen_ns(&dlnsAA, dllName, RTLD_LAZY); in dlns_inherit_0400() 138 void* handle = dlopen_ns(&dlnsA, dllName, RTLD_LAZY); in dlns_inherit_0500() 142 handle = dlopen_ns(&dlnsA, sharedLib, RTLD_LAZY); in dlns_inherit_0500() [all …]
|
D | dlns_separated.c | 35 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in separated_0100() 51 void* handle = dlopen_ns(&dlns, dllName2, RTLD_LAZY); in separated_0200() 67 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in separated_0300() 84 void* handle = dlopen_ns(&dlns, errdllNamePath, RTLD_LAZY); in separated_0400() 99 void* handle = dlopen_ns(&dlns, dllNamePath2, RTLD_LAZY); in separated_0500() 117 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in separated_0600() 135 void* handle = dlopen_ns(&dlns, errPath_ns, RTLD_LAZY); in separated_0700() 157 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in separated_0800() 180 void* handle = dlopen_ns(&dlns, dllName_sep_009, RTLD_LAZY); in separated_0900() 202 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in separated_1000() [all …]
|
D | dlns_special_scene.c | 34 void* handle1 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_special_0100() 37 void* handle2 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_special_0100() 40 void* handle3 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_special_0100() 60 void* handle1 = dlopen_ns(&dlns_no_allowed_libs, dllName, RTLD_LAZY); in dlopen_ns_special_0200() 63 void* handle2 = dlopen_ns(&dlns_normal, dllName, RTLD_LAZY); in dlopen_ns_special_0200() 66 void* handle3 = dlopen_ns(&dlns_wrong_lib_path, dllName, RTLD_LAZY); in dlopen_ns_special_0200() 84 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_sys_path_0100()
|
D | dlns_dlopen.c | 32 void* handle = dlopen(dllNamePath, RTLD_LAZY); in dlopen_0100() 45 void* handle = dlopen(errPath_ns, RTLD_LAZY); in dlopen_0200() 123 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlns_create_0300() 162 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in dlopen_ns_0100() 177 void* handle = dlopen_ns(&dlns, errdllNamePath, RTLD_LAZY); in dlopen_ns_0200() 191 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_0300() 203 void* handle = dlopen_ns(NULL, dllNamePath, RTLD_LAZY); in dlopen_ns_0400() 218 void *handle = dlopen_ns(&dlns, NULL, RTLD_LAZY); in dlopen_ns_0500()
|
/third_party/musl/libc-test/src/functionalext/symver/ |
D | dlvsym.c | 29 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlvsym_no_symver_0100() 61 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlvsym_no_symver_0200() 93 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0100() 126 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0200() 159 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0300() 191 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0400() 223 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0100() 256 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0200() 289 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0300() 321 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0400()
|
D | dlsym.c | 34 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlsym_no_symver_0100() 67 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlsym_no_symver_0200() 115 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlsym_easy_symver_0200() 148 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlsym_easy_symver_0300() 196 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlsym_hard_symver_0200() 229 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlsym_hard_symver_0300() 261 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlsym_time64_no_symver_0100()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | SharedLibrary.hpp | 95 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); in loadLibrary() 104 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle() 108 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); // Increment reference count in getLibraryHandle()
|
/third_party/glib/gmodule/ |
D | gmodule-dl.c | 61 #define RTLD_LAZY 1 macro 99 (bind_local ? 0 : RTLD_GLOBAL) | (bind_lazy ? RTLD_LAZY : RTLD_NOW)); in _g_module_open() 125 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY); in _g_module_self()
|
D | gmodule-ar.c | 121 (bind_local ? RTLD_LOCAL : RTLD_GLOBAL) | RTLD_MEMBER | (bind_lazy ? RTLD_LAZY : RTLD_NOW)); in _g_module_open() 136 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY); in _g_module_self()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | SharedLibrary.hpp | 94 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); in loadLibrary() 103 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle() 107 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); // Increment reference count in getLibraryHandle()
|
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_libpci.cpp | 37 mHandle = dlopen("libpci.so.3", RTLD_LAZY); in LibPCI() 41 mHandle = dlopen("libpci.so", RTLD_LAZY); in LibPCI()
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_libpci.cpp | 37 mHandle = dlopen("libpci.so.3", RTLD_LAZY); in LibPCI() 41 mHandle = dlopen("libpci.so", RTLD_LAZY); in LibPCI()
|
/third_party/libuv/src/unix/ |
D | darwin-proctitle.c | 84 RTLD_LAZY | RTLD_LOCAL); in uv__set_process_title() 88 RTLD_LAZY | RTLD_LOCAL); in uv__set_process_title()
|
/third_party/musl/src/network/ |
D | res_cache.c | 29 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); in dns_set_addr_info_to_netsys_cache() 55 void *handle = dlopen(DNS_SO_PATH, RTLD_LAZY); in dns_get_addr_info_from_netsys_cache()
|
/third_party/flutter/skia/src/ports/ |
D | SkOSLibrary_posix.cpp | 15 return dlopen(libraryName, RTLD_LAZY); in DynamicLoadLibrary()
|
/third_party/libxml2/os400/dlfcn/ |
D | dlfcn.h | 18 #define RTLD_LAZY 000 macro
|
/third_party/skia/src/ports/ |
D | SkOSLibrary_posix.cpp | 15 return dlopen(libraryName, RTLD_LAZY); in SkLoadDynamicLibrary()
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | UnmanagedLibrary.cs | 42 const int RTLD_LAZY = 1; field in Grpc.Core.Internal.UnmanagedLibrary 163 IntPtr ret = dlopenFunc(libraryPath, RTLD_GLOBAL + RTLD_LAZY); in LoadLibraryPosix()
|
/third_party/musl/libc-test/src/api/ |
D | dlfcn.c | 5 C(RTLD_LAZY) in f()
|
/third_party/skia/src/gpu/gl/iOS/ |
D | GrGLMakeNativeInterface_iOS.cpp | 21 std::unique_ptr<void, SkFunctionWrapper<int(void*), dlclose>> lib(dlopen(kPath, RTLD_LAZY)); in GrGLMakeNativeInterface()
|
/third_party/skia/src/gpu/gl/mac/ |
D | GrGLMakeNativeInterface_mac.cpp | 21 std::unique_ptr<void, SkFunctionWrapper<int(void*), dlclose>> lib(dlopen(kPath, RTLD_LAZY)); in GrGLMakeNativeInterface()
|