/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()
|
D | stress_dtls.c | 87 fprintf(stderr, "%s\n", dlerror()); in main() 93 fprintf(stderr, "%s\n", dlerror()); in main()
|
D | activation-options.cc | 58 fprintf(stderr, "dlopen failed: %s\n", dlerror()); in main()
|
D | init-order-dlopen.cc | 41 printf("error in dlopen(): %s\n", dlerror()); 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/valgrind/cachegrind/tests/ |
D | dlclose.c | 21 fputs (dlerror(), stderr); in main() 26 if ((error = dlerror()) != NULL) { in main()
|
/external/ltrace/testsuite/ltrace.minor/ |
D | libdl-simple.c | 12 fputs (dlerror(), stderr); in main() 17 if ((error = dlerror()) != NULL) { 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()
|
/external/libchrome/base/ |
D | native_library_posix.cc | 32 error->message = dlerror(); in LoadNativeLibrary() 41 DLOG(ERROR) << "dlclose failed: " << dlerror(); in UnloadNativeLibrary()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | start-deactivated.cc | 51 fprintf(stderr, "dlopen failed: %s\n", dlerror()); in main() 61 fprintf(stderr, "dlsym failed: %s\n", dlerror()); in main()
|
D | shared-lib-test.cc | 27 printf("error in dlopen(): %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/compiler-rt/test/msan/ |
D | dtls_test.c | 43 if (!handle) fprintf(stderr, "%s\n", dlerror()); in main() 46 assert(dlerror() == 0); in main()
|
D | dlerror.cc | 15 char *s = dlerror(); in main()
|
/external/skia/platform_tools/android/launcher/ |
D | skia_launcher.cpp | 47 printf("ERROR: %s", dlerror()); in load_library() 97 printf("ERROR: %s\n", dlerror()); in main()
|
/external/libnfc-nci/halimpl/pn54x/dnld/ |
D | phDnldNfc.c | 1127 dlerror(); /* Clear any existing error */ in phDnldNfc_LoadFW() 1132 if(dlerror()|| (NULL == pImageInfo)) in phDnldNfc_LoadFW() 1140 if(dlerror() || (NULL == pImageInfoLen)) in phDnldNfc_LoadFW() 1195 dlerror (); /* Clear any existing error */ in phDnldNfc_LoadRecoveryFW() 1200 if (dlerror() || (NULL == pImageInfo)) in phDnldNfc_LoadRecoveryFW() 1208 if (dlerror() ||(NULL == pImageInfoLen)) in phDnldNfc_LoadRecoveryFW() 1242 dlerror(); /* Clear any existing error */ in phDnldNfc_UnloadFW()
|
/external/dhcpcd-6.8.2/ |
D | dev.c | 96 logger(ctx, LOG_ERR, "dlopen: %s", dlerror()); in dev_start2() 102 logger(ctx, LOG_ERR, "dlsym: %s", dlerror()); in dev_start2()
|
/external/fio/os/windows/posix/include/ |
D | dlfcn.h | 9 char *dlerror(void);
|
/external/libxml2/os400/dlfcn/ |
D | dlfcn.h | 29 extern const char * dlerror(void);
|
/external/iproute2/include/ |
D | dlfcn.h | 30 static inline char *dlerror(void) in dlerror() function
|
/external/google-breakpad/src/common/linux/ |
D | http_upload.cc | 77 dlerror(); // Clear dlerror before attempting to open libraries. in SendRequest() 86 *error_description = dlerror(); in SendRequest()
|