Home
last modified time | relevance | path

Searched refs:RTLD_LAZY (Results 1 - 25 of 109) sorted by relevance

12345

/third_party/musl/libc-test/src/functionalext/dlns/
H A Ddlns_inherit.c39 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...]
H A Ddlns_set_fun.c47 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...]
H A Ddlns_separated.c35 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...]
H A Ddlns_dlopen.c32 void* handle = dlopen(dllNamePath, RTLD_LAZY); in dlopen_0100()
45 void* handle = dlopen(errPath_ns, RTLD_LAZY); in dlopen_0200()
124 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlns_create_0300()
166 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in dlopen_ns_0100()
184 void* handle = dlopen_ns(&dlns, errdllNamePath, RTLD_LAZY); in dlopen_ns_0200()
201 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_0300()
213 void* handle = dlopen_ns(NULL, dllNamePath, RTLD_LAZY); in dlopen_ns_0400()
228 void *handle = dlopen_ns(&dlns, NULL, RTLD_LAZY); in dlopen_ns_0500()
290 void* handle = dlopen(dllAcePath, RTLD_LAZY); in dlopen_add_reloc()
301 void* handle = dlopen(dllDylibPath, RTLD_LAZY); in dlopen_relocation()
[all...]
H A Ddlns_special_scene.c37 void* handle1 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_special_0100()
40 void* handle2 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_special_0100()
43 void* handle3 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_special_0100()
68 void* handle1 = dlopen_ns(&dlns_no_allowed_libs, dllName, RTLD_LAZY); in dlopen_ns_special_0200()
71 void* handle2 = dlopen_ns(&dlns_normal, dllName, RTLD_LAZY); in dlopen_ns_special_0200()
74 void* handle3 = dlopen_ns(&dlns_wrong_lib_path, dllName, RTLD_LAZY); in dlopen_ns_special_0200()
92 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_sys_path_0100()
/third_party/musl/libc-test/src/functionalext/symver/
H A Ddlvsym.c29 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()
[all...]
H A Ddlsym.c34 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/musl/libc-test/src/functionalext/rpath/
H A Drpath_test.c31 void *handle = dlopen(g_absoluteLib, RTLD_LAZY); in RapthAbsolute()
46 void *handle = dlopen(g_originLib, RTLD_LAZY); in RapthRelative()
62 void *handle = dlopen(g_multipleLib, RTLD_LAZY); in RapthMultiple()
87 void *handleErr = dlopen_ns(&dlns, g_originLib, RTLD_LAZY); in RpathNsOrigin()
93 void *handle = dlopen_ns(&dlns, g_originLib, RTLD_LAZY); in RpathNsOrigin()
115 void *handle = dlopen_ns(&dlns, g_multipleLib, RTLD_LAZY); in RpathNsMultiple()
/third_party/rust/crates/libloading/src/os/unix/
H A Dconsts.rs7 /// Specifying `RTLD_LAZY` should improve performance on implementations supporting dynamic
15 pub const RTLD_LAZY: c_int = posix::RTLD_LAZY; consts
25 /// Conflicts with [`RTLD_LAZY`].
49 pub(super) const RTLD_LAZY: c_int = !0;
62 pub(super) const RTLD_LAZY: c_int = 0;
64 pub(super) const RTLD_LAZY: c_int = 4;
86 pub(super) const RTLD_LAZY: c_int = 1;
89 "Target has no known `RTLD_LAZY` value. Please submit an issue or PR adding it."
/third_party/musl/libc-test/src/functional/
H A Ddlopen.c30 do_dlopen(SO_FOR_DLOPEN, RTLD_LAZY); in dlopen_lazy()
136 void* handle = dlopen(DLOPEN_WEAK, RTLD_LAZY | RTLD_GLOBAL); in dlopen_dlclose_weak()
138 t_error("dlopen(name=%s, mode=%d) failed: %s\n", DLOPEN_WEAK, RTLD_LAZY | RTLD_GLOBAL, dlerror()); in dlopen_dlclose_weak()
150 void *handle = dlopen(SO_CLOSE_RECURSIVE_OPEN_SO, RTLD_LAZY | RTLD_LOCAL); in dlclose_recursive()
152 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_CLOSE_RECURSIVE_OPEN_SO, RTLD_LAZY | RTLD_LOCAL, dlerror()); in dlclose_recursive()
262 h = dlopen(buf, RTLD_LAZY|RTLD_LOCAL); in main()
277 g = dlopen(0, RTLD_LAZY|RTLD_LOCAL); in main()
288 h = dlopen(buf, RTLD_LAZY|RTLD_GLOBAL); in main()
H A Ddlopen_ns.c188 void* handle1 = dlopen_ns(&inherit_A, dllName, RTLD_LAZY); in dlopen_inherit()
196 void* handle2 = dlopen_ns(&inherit_A, dllName, RTLD_LAZY); in dlopen_inherit()
205 void* handle3 = dlopen_ns(&inherit_A, dllName, RTLD_LAZY); in dlopen_inherit()
227 void* handleB = dlopen_ns(&transitivity_B, dllName, RTLD_LAZY); in dlopen_inherit_check_can_pass()
231 void* handleC = dlopen_ns(&transitivity_C, dllName, RTLD_LAZY); in dlopen_inherit_check_can_pass()
241 void* handleA = dlopen_ns(&transitivity_A, dllName, RTLD_LAZY); in dlopen_inherit_check_can_pass()
253 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_test_dlns_create2()
262 void* handle2 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_test_dlns_create2()
H A Ddlclose_reset.c30 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/ldso_cfi/
H A Dldso_cfi_check.c99 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0002()
132 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0003()
162 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0004()
185 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0005()
221 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0006()
249 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0007()
256 void* handle2 = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0007()
284 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_function_test_0008()
315 void* handle = dlopen(LIB_PATH, RTLD_LAZY); in cfi_slowpath_diag_function_test_0001()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DSharedLibrary.hpp95 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/skia/third_party/externals/swiftshader/src/System/
H A DSharedLibrary.hpp94 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/rust/crates/libloading/tests/
H A Dconstants.rs12 const_assert_eq!(libloading::os::unix::RTLD_LAZY, libc::RTLD_LAZY);
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlns_create_test.cpp21 void* handle = dlopen(rootSo, RTLD_LAZY); in HWTEST_F()
29 handle = dlopen_ns(&dlns, rootSo, RTLD_LAZY); in HWTEST_F()
H A Dldso_dlns_inherit_test.cpp56 void* handle = dlopen_ns(&dlnsA, g_dllName, RTLD_LAZY); in HWTEST_F()
60 void* handle1 = dlopen_ns(&dlnsA, g_sharedLib, RTLD_LAZY); in HWTEST_F()
/third_party/musl/Benchmark/musl/
H A Dlibc_linker.cpp510 void *handle = dlopen(LIBGLES_MALI_PATH, RTLD_LAZY); in Bm_function_dlsym_libGLES_mali()
526 handle = dlopen(libace, RTLD_LAZY); in Bm_function_dlclose()
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeDynamicLibrary.c46 library->libHandle = dlopen(basename((char*)fileName), RTLD_LAZY); in deDynamicLibrary_open()
48 library->libHandle = dlopen(fileName, RTLD_LAZY); in deDynamicLibrary_open()
/third_party/libuv/src/unix/
H A Ddarwin-proctitle.c84 RTLD_LAZY | RTLD_LOCAL); in uv__set_process_title()
88 RTLD_LAZY | RTLD_LOCAL); in uv__set_process_title()
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Djitprofiling.c204 m_libHandle = dlopen(dllName, RTLD_LAZY); in loadiJIT_Funcs()
216 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY); in loadiJIT_Funcs()
/third_party/node/deps/uv/src/unix/
H A Ddarwin-proctitle.c84 RTLD_LAZY | RTLD_LOCAL); in uv__set_process_title()
88 RTLD_LAZY | RTLD_LOCAL); in uv__set_process_title()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_libpci.cpp37 mHandle = dlopen("libpci.so.3", RTLD_LAZY); in LibPCI()
41 mHandle = dlopen("libpci.so", RTLD_LAZY); in LibPCI()
/third_party/glfw/src/
H A Dposix_module.c39 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); in _glfwPlatformLoadModule()

Completed in 9 milliseconds

12345