Home
last modified time | relevance | path

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

123456

/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()
/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/cpuinfo/src/arm/linux/
Dhwcap.c57 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/
Dauxv-dump.c16 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/
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/fastrpc/inc/
Dapps_remotectl.h68 … __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…
Dremotectl.h69 __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/
Dglobal-registration.c42 fprintf(stderr, "dlopen: %s\n", dlerror()); in main()
48 fprintf(stderr, "dlsym: %s\n", dlerror()); in main()
Dstart-deactivated.cc51 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/
DDynamicLibrary.cpp46 const char *dlError = dlerror(); in DynamicLibrary()
62 const char *dlError = dlerror(); in osGetSymbol()
/external/tensorflow/tensorflow/core/platform/default/
Dload_library.cc29 return errors::NotFound(dlerror()); in LoadLibrary()
43 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/libchrome/base/
Dnative_library_posix.cc43 error->message = dlerror(); in LoadNativeLibraryWithOptions()
51 DLOG(ERROR) << "dlclose failed: " << dlerror(); in UnloadNativeLibrary()
/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/skia/platform_tools/android/launcher/
Dskia_launcher.cpp47 printf("ERROR: %s", dlerror()); in load_library()
91 printf("ERROR: %s\n", dlerror()); 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/libepoxy/src/
Ddispatch_common.c315 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()

123456