Home
last modified time | relevance | path

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

1234

/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()
Dactivation-options.cc58 fprintf(stderr, "dlopen failed: %s\n", dlerror()); in main()
Dinit-order-dlopen.cc41 printf("error in dlopen(): %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/valgrind/cachegrind/tests/
Ddlclose.c21 fputs (dlerror(), stderr); in main()
26 if ((error = dlerror()) != NULL) { in main()
/external/ltrace/testsuite/ltrace.minor/
Dlibdl-simple.c12 fputs (dlerror(), stderr); in main()
17 if ((error = dlerror()) != NULL) { in main()
/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()
/external/libchrome/base/
Dnative_library_posix.cc32 error->message = dlerror(); in LoadNativeLibrary()
41 DLOG(ERROR) << "dlclose failed: " << dlerror(); in UnloadNativeLibrary()
/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()
Dshared-lib-test.cc27 printf("error in dlopen(): %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/compiler-rt/test/msan/
Ddtls_test.c43 if (!handle) fprintf(stderr, "%s\n", dlerror()); in main()
46 assert(dlerror() == 0); in main()
Ddlerror.cc15 char *s = dlerror(); in main()
/external/skia/platform_tools/android/launcher/
Dskia_launcher.cpp47 printf("ERROR: %s", dlerror()); in load_library()
97 printf("ERROR: %s\n", dlerror()); in main()
/external/libnfc-nci/halimpl/pn54x/dnld/
DphDnldNfc.c1127 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/
Ddev.c96 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/
Ddlfcn.h9 char *dlerror(void);
/external/libxml2/os400/dlfcn/
Ddlfcn.h29 extern const char * dlerror(void);
/external/iproute2/include/
Ddlfcn.h30 static inline char *dlerror(void) in dlerror() function
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc77 dlerror(); // Clear dlerror before attempting to open libraries. in SendRequest()
86 *error_description = dlerror(); in SendRequest()

1234