| /src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/ |
| instrprof-dlopen-main.c | 14 dlerror(); 18 dlerror()); 24 fprintf(stderr, "unable to lookup symbol 'func': %s\n", dlerror()); 31 dlerror()); 37 fprintf(stderr, "unable to lookup symbol 'func2': %s\n", dlerror());
|
| /src/tests/libexec/ld.elf_so/ |
| t_dlvsym.c | 51 (void) dlerror(); 54 error = dlerror(); 59 error = dlerror(); 66 error = dlerror(); 83 (void) dlerror(); 86 error = dlerror(); 91 error = dlerror(); 98 error = dlerror(); 115 (void) dlerror(); 118 error = dlerror(); [all...] |
| h_df_1_noopen.c | 42 errx(1, "%s", dlerror());
|
| t_dlinfo.c | 49 ATF_REQUIRE_EQ_MSG(rv, 0, "dlinfo: %s", dlerror()); 79 ATF_REQUIRE_MSG(handle, "dlopen: %s", dlerror()); 82 ATF_REQUIRE_EQ_MSG(rv, 0, "dlinfo: %s", dlerror()); 84 ATF_CHECK_EQ_MSG(dlclose(handle), 0, "dlclose: %s", dlerror()); 98 ATF_REQUIRE_MSG(handle, "dlopen: %s", dlerror()); 101 "dlinfo: %s", dlerror()); 111 "could not dlopen() name in linkmap: %s", dlerror());
|
| t_dlerror-false.c | 52 * Test for dlerror() being set by a successful library open. 58 error = dlerror(); 63 error = dlerror(); 68 error = dlerror();
|
| h_thread_local_dtor.c | 65 errx(1, "%s", dlerror()); 68 errx(1, "%s", dlerror()); 83 errx(1, "%s", dlerror());
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| corefile-buildid-shlib.c | 27 #define dlerror() "an error occurred" macro 44 fprintf (stderr, "%s\n", dlerror ()); 51 fprintf (stderr, "%s\n", dlerror ());
|
| solib-disc.c | 26 #define dlerror() "an error occurred" macro 39 fprintf (stderr, "%s\n", dlerror ()); 46 fprintf (stderr, "%s\n", dlerror ());
|
| solib-vanish-main.c | 36 fprintf (stderr, "%s\n", dlerror ()); 41 dlerror (); 53 error = dlerror ();
|
| unload.c | 47 fprintf (stderr, "%s\n", dlerror ()); 58 fprintf (stderr, "%s\n", dlerror ()); 74 fprintf (stderr, "%s\n", dlerror ()); 85 fprintf (stderr, "%s\n", dlerror ());
|
| watchpoint-solib.c | 47 fprintf (stderr, "%s\n", dlerror ()); 56 fprintf (stderr, "%s\n", dlerror ());
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| corefile-buildid-shlib.c | 27 #define dlerror() "an error occurred" macro 44 fprintf (stderr, "%s\n", dlerror ()); 51 fprintf (stderr, "%s\n", dlerror ());
|
| solib-disc.c | 26 #define dlerror() "an error occurred" macro 39 fprintf (stderr, "%s\n", dlerror ()); 46 fprintf (stderr, "%s\n", dlerror ());
|
| solib-vanish-main.c | 36 fprintf (stderr, "%s\n", dlerror ()); 41 dlerror (); 53 error = dlerror ();
|
| unload.c | 47 fprintf (stderr, "%s\n", dlerror ()); 58 fprintf (stderr, "%s\n", dlerror ()); 74 fprintf (stderr, "%s\n", dlerror ()); 85 fprintf (stderr, "%s\n", dlerror ());
|
| watchpoint-solib.c | 47 fprintf (stderr, "%s\n", dlerror ()); 56 fprintf (stderr, "%s\n", dlerror ());
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| FuzzerExtFunctionsDlsym.cpp | 25 dlerror(); // Clear any previous errors. 29 const char *ErrorMsg = dlerror();
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-result.cc | 95 dlerror (); 99 if ((error = dlerror()) != NULL) { 132 dlerror (); 136 if ((error = dlerror()) != NULL) {
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-result.cc | 94 dlerror (); 98 if ((error = dlerror()) != NULL) { 131 dlerror (); 135 if ((error = dlerror()) != NULL) {
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| libcol_util.c | 1078 fprintf (stderr, "__collector_util_init: dlopen(%s) failed: %s\n", SYS_LIBC_NAME, dlerror ()); 1091 fprintf (stderr, "__collector_util_init: COLERROR_UTIL_INIT fprintf: %s\n", dlerror ()); 1103 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT mmap: %s\n", dlerror ()); 1120 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT munmap: %s\n", dlerror ()); 1129 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT close: %s\n", dlerror ()); 1138 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT open: %s\n", dlerror ()); 1153 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT close: %s\n", dlerror ()); 1162 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT read: %s\n", dlerror ()); 1171 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT write: %s\n", dlerror ()); 1180 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT pwrite: %s\n", dlerror ()); [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| libcol_util.c | 1078 fprintf (stderr, "__collector_util_init: dlopen(%s) failed: %s\n", SYS_LIBC_NAME, dlerror ()); 1091 fprintf (stderr, "__collector_util_init: COLERROR_UTIL_INIT fprintf: %s\n", dlerror ()); 1103 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT mmap: %s\n", dlerror ()); 1120 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT munmap: %s\n", dlerror ()); 1129 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT close: %s\n", dlerror ()); 1138 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT open: %s\n", dlerror ()); 1153 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT close: %s\n", dlerror ()); 1162 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT read: %s\n", dlerror ()); 1171 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT write: %s\n", dlerror ()); 1180 CALL_UTIL (fprintf)(stderr, "collector_util_init COL_ERROR_UTIL_INIT pwrite: %s\n", dlerror ()); [all...] |
| /src/tests/lib/libpthread/dlopen/ |
| t_dlopen.c | 51 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror()); 54 ATF_REQUIRE_MSG(testf_dso_null != NULL, "dlsym fails: %s", dlerror()); 94 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror()); 97 ATF_REQUIRE_MSG(testf_dso_null != NULL, "dlsym fails: %s", dlerror()); 144 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror()); 148 "dlsym fails: %s", dlerror()); 192 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror()); 196 "dlsym fails: %s", dlerror());
|
| /src/external/gpl2/lvm2/dist/lib/misc/ |
| sharedlib.c | 62 desc, path, dlerror()); 65 desc, path, dlerror());
|
| /src/external/gpl3/binutils/dist/bfd/ |
| xtensa-dynconfig.c | 58 dlerror (void) function 88 CONFIG_ENV_NAME, dlerror ()); 104 CONFIG_ENV_NAME, name, dlerror ());
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| xtensa-dynconfig.c | 58 dlerror (void) function 87 CONFIG_ENV_NAME, dlerror ()); 103 CONFIG_ENV_NAME, name, dlerror ());
|