/external/compiler-rt/test/profile/Inputs/ |
D | instrprof-dlopen-main.c | 14 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/ |
D | deodexerant.c | 51 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/ |
D | function-sections-are-bad.cc | 20 if (!handle) fprintf(stderr, "%s\n", dlerror()); in main() 25 printf("%s\n", dlerror()); in main() 26 assert(dlerror() == 0); in main()
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
D | latebindingsymboltable_linux.cc | 24 char *err = dlerror(); in GetDllError() 73 char *err = dlerror(); in LoadSymbol() 98 dlerror(); in InternalLoadSymbols()
|
/external/mesa3d/src/glx/apple/ |
D | apple_cgl.c | 56 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/ |
D | latebindingsymboltable.cc | 29 const char *err = dlerror(); in GetDllError() 45 const char *err = dlerror(); in LoadSymbol() 123 dlerror(); in LoadFromPath()
|
/external/cpuinfo/src/arm/linux/ |
D | hwcap.c | 57 dlerror(); in cpuinfo_arm_linux_hwcap_from_getauxval() 60 cpuinfo_log_warning("failed to load libc.so: %s", dlerror()); in cpuinfo_arm_linux_hwcap_from_getauxval() 66 cpuinfo_log_info("failed to locate getauxval in libc.so: %s", dlerror()); in cpuinfo_arm_linux_hwcap_from_getauxval()
|
/external/cpuinfo/tools/ |
D | auxv-dump.c | 16 fprintf(stderr, "Error: failed to load libc.so: %s\n", dlerror()); in main() 22 fprintf(stderr, "Error: failed to locate getauxval in libc.so: %s", dlerror()); in main()
|
/external/compiler-rt/test/tsan/ |
D | dlclose.cc | 39 printf("error in dlopen: %s\n", dlerror()); in main() 44 printf("error in dlsym: %s\n", dlerror()); in main()
|
D | dtls.c | 37 if (!handle) fprintf(stderr, "%s\n", dlerror()); in main() 40 assert(dlerror() == 0); in main()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerExtFunctionsDlsym.cpp | 24 dlerror(); // Clear any previous errors. in GetFnPtr() 28 const char *ErrorMsg = dlerror(); in GetFnPtr()
|
/external/fastrpc/inc/ |
D | apps_remotectl.h | 68 … __QAIC_HEADER(apps_remotectl_open)(const char* name, int* handle, char* dlerror, int dlerrorLen, … 69 __QAIC_HEADER_EXPORT int __QAIC_HEADER(apps_remotectl_close)(int handle, char* dlerror, int dlerror…
|
D | remotectl.h | 69 __QAIC_HEADER_EXPORT int __QAIC_HEADER(remotectl_open)(const char* name, int* handle, char* dlerror… 70 __QAIC_HEADER_EXPORT int __QAIC_HEADER(remotectl_close)(int handle, char* dlerror, int dlerrorLen, …
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | global-registration.c | 42 fprintf(stderr, "dlopen: %s\n", dlerror()); in main() 48 fprintf(stderr, "dlsym: %s\n", dlerror()); in main()
|
D | start-deactivated.cc | 51 fprintf(stderr, "dlopen failed: %s\n", dlerror()); in main() 61 fprintf(stderr, "dlsym failed: %s\n", dlerror()); in main()
|
/external/parameter-framework/upstream/utility/posix/ |
D | DynamicLibrary.cpp | 46 const char *dlError = dlerror(); in DynamicLibrary() 62 const char *dlError = dlerror(); in osGetSymbol()
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | load_library.cc | 29 return errors::NotFound(dlerror()); in LoadLibrary() 43 return errors::NotFound(dlerror()); in GetSymbolFromLibrary()
|
/external/compiler-rt/test/msan/ |
D | dtls_test.c | 43 if (!handle) fprintf(stderr, "%s\n", dlerror()); in main() 46 assert(dlerror() == 0); in main()
|
/external/libchrome/base/ |
D | native_library_posix.cc | 43 error->message = dlerror(); in LoadNativeLibraryWithOptions() 51 DLOG(ERROR) << "dlclose failed: " << dlerror(); in UnloadNativeLibrary()
|
/external/skqp/platform_tools/android/launcher/ |
D | skia_launcher.cpp | 47 printf("ERROR: %s", dlerror()); in load_library() 91 printf("ERROR: %s\n", dlerror()); in main()
|
/external/libese/tools/ese_replay/ |
D | hw.c | 59 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/skia/platform_tools/android/launcher/ |
D | skia_launcher.cpp | 47 printf("ERROR: %s", dlerror()); in load_library() 91 printf("ERROR: %s\n", dlerror()); in main()
|
/external/python/cpython2/Modules/_ctypes/darwin/ |
D | dlfcn_simple.c | 55 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/ |
D | dlfcn_simple.c | 55 extern const char * dlerror(void) __attribute__((weak_import)); 63 #define dlerror darwin_dlerror macro 258 ctypes_dlerror = dlerror; in ctypes_dlfcn_init()
|
/external/libepoxy/src/ |
D | dispatch_common.c | 315 fprintf(stderr, "Couldn't open %s: %s\n", lib_name, dlerror()); in get_dlopen_handle() 318 (void)dlerror(); in get_dlopen_handle() 339 error = dlerror(); in do_dlsym() 593 (void)dlerror(); in epoxy_current_context_is_glx() 602 (void)dlerror(); in epoxy_current_context_is_glx()
|