Home
last modified time | relevance | path

Searched refs:dlerror (Results 1 – 25 of 116) sorted by relevance

12345

/external/compiler-rt/test/profile/Inputs/
Dinstrprof-dlopen-main.c14 dlerror(); in main()
18 dlerror()); in main()
24 fprintf(stderr, "unable to lookup symbol 'func': %s\n", dlerror()); in main()
31 dlerror()); in main()
37 fprintf(stderr, "unable to lookup symbol 'func2': %s\n", dlerror()); in main()
/external/smali/deodexerant/
Ddeodexerant.c51 printf("Failed to load libdvm: %s\n", dlerror()); in main()
59 dlerror(); in main()
64 printf("Failed to load dvmGetInlineOpsTable: %s\n", dlerror()); in main()
73 dlerror(); in main()
78 printf("Failed to load dvmGetInlineOpsTableLength: %s\n", dlerror()); in main()
/external/compiler-rt/test/asan/TestCases/Linux/
Dfunction-sections-are-bad.cc20 if (!handle) fprintf(stderr, "%s\n", dlerror()); in main()
25 printf("%s\n", dlerror()); in main()
26 assert(dlerror() == 0); in main()
Dstress_dtls.c87 fprintf(stderr, "%s\n", dlerror()); in main()
93 fprintf(stderr, "%s\n", dlerror()); in main()
/external/webrtc/webrtc/modules/audio_device/linux/
Dlatebindingsymboltable_linux.cc24 char *err = dlerror(); in GetDllError()
73 char *err = dlerror(); in LoadSymbol()
98 dlerror(); in InternalLoadSymbols()
/external/mesa3d/src/glx/apple/
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()
/external/webrtc/webrtc/base/
Dlatebindingsymboltable.cc29 const char *err = dlerror(); in GetDllError()
45 const char *err = dlerror(); in LoadSymbol()
123 dlerror(); in LoadFromPath()
/external/compiler-rt/test/tsan/
Ddlclose.cc39 printf("error in dlopen: %s\n", dlerror()); in main()
44 printf("error in dlsym: %s\n", dlerror()); in main()
Ddtls.c37 if (!handle) fprintf(stderr, "%s\n", dlerror()); in main()
40 assert(dlerror() == 0); in main()
/external/llvm/lib/Fuzzer/
DFuzzerExtFunctionsDlsym.cpp24 dlerror(); // Clear any previous errors. in GetFnPtr()
28 const char *ErrorMsg = dlerror(); in GetFnPtr()
/external/compiler-rt/test/asan/TestCases/Posix/
Dstart-deactivated.cc51 fprintf(stderr, "dlopen failed: %s\n", dlerror()); in main()
61 fprintf(stderr, "dlsym failed: %s\n", dlerror()); in main()
Dglobal-registration.c42 fprintf(stderr, "dlopen: %s\n", dlerror()); in main()
48 fprintf(stderr, "dlsym: %s\n", dlerror()); in main()
/external/parameter-framework/upstream/utility/posix/
DDynamicLibrary.cpp46 const char *dlError = dlerror(); in DynamicLibrary()
62 const char *dlError = dlerror(); in osGetSymbol()
/external/tensorflow/tensorflow/core/platform/posix/
Dload_library.cc29 return errors::NotFound(dlerror()); in LoadLibrary()
38 return errors::NotFound(dlerror()); in GetSymbolFromLibrary()
/external/compiler-rt/test/msan/
Ddtls_test.c43 if (!handle) fprintf(stderr, "%s\n", dlerror()); in main()
46 assert(dlerror() == 0); in main()
/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn_simple.c55 extern const char * dlerror(void) __attribute__((weak_import));
63 #define dlerror darwin_dlerror macro
258 ctypes_dlerror = dlerror; in ctypes_dlfcn_init()
/external/python/cpython3/Modules/_ctypes/darwin/
Ddlfcn_simple.c55 extern const char * dlerror(void) __attribute__((weak_import));
63 #define dlerror darwin_dlerror macro
258 ctypes_dlerror = dlerror; in ctypes_dlfcn_init()
/external/libchrome/base/
Dnative_library_posix.cc43 error->message = dlerror(); in LoadNativeLibraryWithOptions()
51 DLOG(ERROR) << "dlclose failed: " << dlerror(); in UnloadNativeLibrary()
/external/skia/platform_tools/android/launcher/
Dskia_launcher.cpp47 printf("ERROR: %s", dlerror()); in load_library()
91 printf("ERROR: %s\n", dlerror()); in main()
/external/skqp/platform_tools/android/launcher/
Dskia_launcher.cpp47 printf("ERROR: %s", dlerror()); in load_library()
91 printf("ERROR: %s\n", dlerror()); in main()
/external/libese/tools/ese_replay/
Dhw.c59 fprintf(stderr, "Failed to open hardware implementation: %s\n", dlerror()); in initialize_hardware()
64 fprintf(stderr, "Failed to find hardware implementation: %s\n", dlerror()); in initialize_hardware()
/external/libxcam/xcore/
Danalyzer_loader.cpp78 XCAM_STR (lib_path), dlerror ()); in open_handle()
94 …LOG_DEBUG ("get symbol(%s) failed from lib(%s), reason:%s", _symbol, XCAM_STR (_path), dlerror ()); in get_symbol()
/external/python/cpython2/Python/
Ddynload_shlib.c15 #define dlerror() "error in dynamic linking" macro
133 const char *error = dlerror(); in _PyImport_GetDynLoadFunc()
/external/python/cpython3/Python/
Ddynload_shlib.c16 #define dlerror() "error in dynamic linking" macro
102 const char *error = dlerror(); in _PyImport_FindSharedFuncptr()
/external/python/cpython2/PC/os2emx/
Ddlfcn.h49 char *dlerror(void);

12345