Home
last modified time | relevance | path

Searched refs:dlerror (Results 1 - 25 of 90) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/symver/
H A Ddlvsym.c31 symver_error("%s", dlerror()); in dlvsym_no_symver_0100()
36 dlerror(); in dlvsym_no_symver_0100()
39 const char *error = dlerror(); in dlvsym_no_symver_0100()
63 symver_error("%s", dlerror()); in dlvsym_no_symver_0200()
68 dlerror(); in dlvsym_no_symver_0200()
71 const char *error = dlerror(); in dlvsym_no_symver_0200()
95 symver_error("%s", dlerror()); in dlvsym_easy_symver_0100()
100 dlerror(); in dlvsym_easy_symver_0100()
103 const char *error = dlerror(); in dlvsym_easy_symver_0100()
128 symver_error("%s", dlerror()); in dlvsym_easy_symver_0200()
[all...]
H A Ddlsym.c36 symver_error("%s", dlerror()); in dlsym_no_symver_0100()
41 dlerror(); in dlsym_no_symver_0100()
44 const char *error = dlerror(); in dlsym_no_symver_0100()
69 symver_error("%s", dlerror()); in dlsym_no_symver_0200()
74 dlerror(); in dlsym_no_symver_0200()
77 const char *error = dlerror(); in dlsym_no_symver_0200()
117 symver_error("%s", dlerror()); in dlsym_easy_symver_0200()
122 dlerror(); in dlsym_easy_symver_0200()
125 const char *error = dlerror(); in dlsym_easy_symver_0200()
150 symver_error("%s", dlerror()); in dlsym_easy_symver_0300()
[all...]
/third_party/musl/libc-test/src/functional/
H A Ddlopen.c22 t_error("dlopen(name=%s, mode=%d) failed: %s\n", name, mode, dlerror()); in do_dlopen()
25 t_error("dlclose %s failed : %s \n", name, dlerror()); in do_dlopen()
52 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_LOAD_BY_LOCAL, RTLD_LOCAL, dlerror()); in dlopen_so_used_by_dlsym()
61 t_error("dlclose %s failed : %s \n", SO_LOAD_BY_LOCAL, dlerror()); in dlopen_so_used_by_dlsym()
66 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_LOAD_BY_GLOBAL, RTLD_LOCAL, dlerror()); in dlopen_so_used_by_dlsym()
71 t_error("dlsym RTLD_GLOBAL so(%s) should succeed but get failed: %s \n", "for_global", dlerror()); in dlopen_so_used_by_dlsym()
75 t_error("dlclose %s failed : %s \n", SO_LOAD_BY_GLOBAL, dlerror()); in dlopen_so_used_by_dlsym()
83 t_error("dlopen(name=%s, mode=RTLD_NODELETE) failed: %s\n", SO_FOR_NO_DELETE, dlerror()); in dlopen_nodelete_and_noload()
86 t_error("dlclose %s failed : %s \n", SO_FOR_NO_DELETE, dlerror()); in dlopen_nodelete_and_noload()
91 t_error("dlopen(name=%s, mode=RTLD_NOLOAD) failed: %s\n", SO_FOR_NO_DELETE, dlerror()); in dlopen_nodelete_and_noload()
[all...]
H A Ddlopen_ns.c19 t_error("main dlopen ndk so %s failed: %s\n", ndk_so, dlerror()); in main_dlopen_ndk_so()
21 t_error("dlclose %s failed : %s \n", ndk_so, dlerror()); in main_dlopen_ndk_so()
29 t_error("dlopen %s failed : %s \n", system_so, dlerror()); in system_so_dlopen_ndk_so()
33 t_error("dlsym %s failed : %s \n", "call_dlopen", dlerror()); in system_so_dlopen_ndk_so()
48 t_error("dlopen_ns(ns=%s, so=%s) failed : %s \n", "ndk", ndk_so, dlerror()); in ndk_so_dlopen_default_ns_so()
52 t_error("dlsym %s failed : %s \n", "call_dlopen", dlerror()); in ndk_so_dlopen_default_ns_so()
69 t_error("dlopen_ns(ns=%s, name=%s) failed : %s \n", dlns1.name, dllName, dlerror()); in dlopen_same_so_twice_by_same_ns()
73 t_error("dlopen_ns(ns=%s, name=%s) failed : %s \n", dlns1.name, dllName, dlerror()); in dlopen_same_so_twice_by_same_ns()
79 t_error("dlclose %s failed : %s \n", dllName, dlerror()); in dlopen_same_so_twice_by_same_ns()
82 t_error("dlclose %s failed : %s \n", dllName, dlerror()); in dlopen_same_so_twice_by_same_ns()
[all...]
H A Ddlclose_reset.c32 t_error("dlopen %s failed: %s\n", buf, dlerror()); in main()
36 t_error("dlsym test_static_var failed: %s\n", dlerror()); in main()
40 t_error("dlsyn test_global_var failed: %s\n", dlerror()); in main()
46 t_error("dlclose failed: %s\n", dlerror()); in main()
50 t_error("dlopen %s failed: %s\n", buf, dlerror()); in main()
54 t_error("dlsym ret_static failed: %s\n", dlerror()); in main()
58 t_error("dlsyn global_var failed: %s\n", dlerror()); in main()
70 t_error("dlclose failed: %s\n", dlerror()); in main()
H A Datexit_dlclose.c49 t_error("dlopen %s failed: %s\n", buf, dlerror()); in fork_main()
55 t_error("dlsym %s failed: %s\n", ATEXIT_CB_NAME, dlerror()); in fork_main()
61 t_error("dlsym %s failed: %s\n", ATEXIT_WATCHPOINT_NAME, dlerror()); in fork_main()
70 t_error("dlclose failed: %s\n", dlerror()); in fork_main()
H A Ddl_multithread_lock.c123 t_error("dlopen(name=%s, mode=%d) failed: %s\n", g_libPath, RTLD_NOW, dlerror()); in dlopen_dlclose_test001()
133 t_error("dlopen(name=%s, mode=%d) failed: %s\n", g_initlibPath, RTLD_NOW, dlerror()); in dlopen_dlclose_test002()
307 t_error("dlopen(name=%s, mode=%d) failed: %s\n", g_libPath, RTLD_NOW, dlerror()); in dl_multithread_lock_0400()
312 t_error("dlopen(name=%s, mode=%d) failed: %s\n", g_initlibPath, RTLD_NOW, dlerror()); in dl_multithread_lock_0400()
334 t_error("dlopen(name=%s, mode=%d) failed: %s\n", g_initlibPath, RTLD_NOW, dlerror()); in dl_multithread_lock_0500()
H A Dtls_init_dlopen.c15 t_error("dlopen failed: %s\n", dlerror()); in main()
18 t_error("dlsym failed: %s\n", dlerror()); in main()
/third_party/musl/libc-test/src/functionalext/relro/
H A Ddlopen_ext_relro_test.c163 t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_0400()
205 t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_0600()
232 t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_0700()
260 t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_0800()
303 t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_1000()
331 t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_1100()
359 t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_1200()
386 t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_1500()
414 t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_1600()
451 t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_1700()
[all...]
/third_party/libuv/src/unix/
H A Ddl.c34 dlerror(); /* Reset error status. */ in uv_dlopen()
54 dlerror(); /* Reset error status. */ in uv_dlsym()
70 errmsg = dlerror(); in uv__dlerror()
/third_party/musl/Benchmark/musl/
H A Dlibc_linker.cpp502 printf("dlsym failed: %s.n", dlerror()); in DoDlsym()
512 printf("dlopen %s failed: %s.n", LIBGLES_MALI_PATH, dlerror()); in Bm_function_dlsym_libGLES_mali()
528 printf("dlopen %s failed: %s.n", libace, dlerror()); in Bm_function_dlclose()
/third_party/node/deps/uv/src/unix/
H A Ddl.c34 dlerror(); /* Reset error status. */ in uv_dlopen()
54 dlerror(); /* Reset error status. */ in uv_dlsym()
70 errmsg = dlerror(); in uv__dlerror()
/third_party/musl/porting/linux/user/src/network/
H A Dresolvconf.c52 __func__, DNS_SO_PATH, dlerror()); in open_dns_lib()
67 __func__, DNS_SO_PATH, dlerror()); in open_dns_lib()
83 __func__, symbol, dlerror()); in load_from_dns_lib()
267 GETADDRINFO_PRINT_DEBUG("dns_get_addr_info_from_netsys_cache dlopen err %s\n", dlerror()); in res_bind_socket()
273 GETADDRINFO_PRINT_DEBUG("dns_get_addr_info_from_netsys_cache dlsym err %s\n", dlerror()); in res_bind_socket()
/third_party/musl/src/network/
H A Dresolvconf.c38 __func__, DNS_SO_PATH, dlerror()); in open_dns_lib()
53 __func__, DNS_SO_PATH, dlerror()); in open_dns_lib()
69 __func__, symbol, dlerror()); in load_from_dns_lib()
261 GETADDRINFO_PRINT_DEBUG("dns_get_addr_info_from_netsys_cache dlopen err %s\n", dlerror()); in res_bind_socket()
267 GETADDRINFO_PRINT_DEBUG("dns_get_addr_info_from_netsys_cache dlsym err %s\n", dlerror()); in res_bind_socket()
/third_party/mesa3d/src/glx/apple/
H A Dapple_cgl.c56 fprintf(stderr, "error: %s\n", dlerror()); in sym()
77 (void) dlerror(); /*drain dlerror */ in apple_cgl_init()
82 opengl_framework_path, dlerror()); in apple_cgl_init()
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlerror_test.cpp18 const char* dlErr = dlerror(); in DlerrorChildThread()
25 * @tc.desc: Check dlerror buffer does not conflict.
34 string mainErr = (string)(dlerror()); in HWTEST_F()
49 * @tc.desc: Check dlerror buffer running under concurrent conditions.
62 string mainErr = (string)(dlerror()); in HWTEST_F()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp25 dlerror(); // Clear any previous errors. in GetFnPtr()
29 const char *ErrorMsg = dlerror(); in GetFnPtr()
/third_party/musl/libc-test/src/functionalext/ldso_debug/
H A Dldso_memleak_check.c64 if (strstr(dlerror(), "libldso_debug_test_lib_7.so") == NULL) { in ldso_memleak_check_0100()
65 t_error("libldso_debug_test_lib_7.so should be not found, %s\n", dlerror()); in ldso_memleak_check_0100()
/third_party/skia/platform_tools/android/launcher/
H A Dskia_launcher.cpp47 printf("ERROR: %s", dlerror()); in load_library()
91 printf("ERROR: %s\n", dlerror()); in main()
/third_party/python/Modules/_ctypes/darwin/
H A Ddlfcn_simple.c55 extern const char * dlerror(void) __attribute__((weak_import));
63 #define dlerror darwin_dlerror macro
81 /* Set and get the error string for use by dlerror */
258 ctypes_dlerror = dlerror; in ctypes_dlfcn_init()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-plugins.c53 lwsl_info("%s: Error loading DSO: %s\n", __func__, dlerror()); in lws_plat_dlopen()
68 __func__, sym, libpath, dlerror()); in lws_plat_dlopen()
/third_party/skia/third_party/externals/dawn/src/common/
H A DDynamicLib.cpp61 *error = dlerror(); in Open()
99 *error = dlerror(); in GetProc()
/third_party/python/Python/
H A Ddynload_shlib.c17 #define dlerror() "error in dynamic linking" macro
86 const char *error = dlerror(); in _PyImport_FindSharedFuncptr()
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_dlfcn.c119 "filename(%s): %s", filename, dlerror()); in dlfcn_load()
189 "symname(%s): %s", symname, dlerror()); in dlfcn_bind_func()
353 * Error handling is done through errno and dlerror() reading errno: in dladdr()
440 ERR_add_error_data(2, "dlfcn_pathbyaddr(): ", dlerror()); in dlfcn_pathbyaddr()
/third_party/rust/crates/libloading/src/os/unix/
H A Dmod.rs23 // a thread-local state was allowed for `dlerror`, making the dl* family of functions MT-safe.
34 // if any other library called `dlerror` internally concurrently with `libloading` things would in with_dlerror()
37 // On platforms where `dlerror` is still MT-unsafe, `dlsym` (`Library::get`) can spuriously in with_dlerror()
48 // While we could could call `dlerror` here to clear the previous error value, only the `dlsym` in with_dlerror()
56 let error = dlerror(); in with_dlerror()
62 // You can’t even rely on error string being static here; call to subsequent dlerror in with_dlerror()
69 // Since we do a copy of the error string above, maybe we should call dlerror again to in with_dlerror()
87 // With notable absence of any dl* function other than dlerror in the list. By “this volume”
195 // pointer or the symbol cannot be found. In order to detect this case a double dlerror in get_impl()
201 dlerror(); in get_impl()
434 fn dlerror() -> *mut raw::c_char; dlerror() functions
[all...]

Completed in 9 milliseconds

1234