Home
last modified time | relevance | path

Searched defs:dlerror (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DUnmanagedLibrary.cs201 internal static extern IntPtr dlerror(); in dlerror() method in Grpc.Core.Internal.UnmanagedLibrary.Linux
213 internal static extern IntPtr dlerror(); in dlerror() method in Grpc.Core.Internal.UnmanagedLibrary.MacOSX
232 internal static extern IntPtr dlerror(); in dlerror() method in Grpc.Core.Internal.UnmanagedLibrary.Mono
249 internal static extern IntPtr dlerror(); in dlerror() method in Grpc.Core.Internal.UnmanagedLibrary.CoreCLR
/third_party/glib/gmodule/
Dgmodule-dl.c39 # define dlerror() g_strerror (errno) macro
42 # define dlerror() "unknown dl-error" macro
/third_party/libuv/test/
Dtest-dlerror.c27 TEST_IMPL(dlerror) { in TEST_IMPL() argument
/third_party/libxml2/os400/
Dwrappers.h64 #define dlerror _lx_dlerror macro
/third_party/musl/src/ldso/
Ddlerror.c8 char *dlerror() in dlerror() function
/third_party/musl/porting/linux/user/src/ldso/
Ddlerror.c9 char *dlerror() in dlerror() function
/third_party/python/Python/
Ddynload_shlib.c17 #define dlerror() "error in dynamic linking" macro
/third_party/python/Modules/_ctypes/darwin/
Ddlfcn_simple.c63 #define dlerror darwin_dlerror macro
/third_party/libxml2/os400/dlfcn/
Ddlfcn.c257 dlerror(void) in dlerror() function
/third_party/node/src/
Dnode_binding.cc210 #define dlerror node::dlwrapper::wrapped_dlerror macro