/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());
|
t_ifunc.c | 78 error = dlerror(); 83 error = dlerror(); 91 error = dlerror(); 132 error = dlerror(); 137 error = dlerror(); 145 error = dlerror(); 154 error = dlerror();
|
t_dlerror-cleared.c | 58 error = dlerror();
|
t_rtld_r_debug.c | 183 ATF_REQUIRE_MSG(handle, "dlopen: %s", dlerror()); 188 "dlinfo: %s", dlerror()); 191 ATF_CHECK_EQ_MSG(dlclose(handle), 0, "dlclose: %s", dlerror());
|
t_tls_extern.c | 34 #define ATF_REQUIRE_DL(x) ATF_REQUIRE_MSG((x) != 0, "%s: %s", #x, dlerror()) 50 (void)dlerror(); 411 "dlclose(def): %s", dlerror());
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
FuzzerExtFunctionsDlsym.cpp | 25 dlerror(); // Clear any previous errors. 29 const char *ErrorMsg = dlerror();
|
/src/tests/lib/libpthread/dlopen/ |
t_dlopen.c | 57 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror()); 60 ATF_REQUIRE_MSG(testf_dso_null != NULL, "dlsym fails: %s", dlerror()); 85 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror()); 88 ATF_REQUIRE_MSG(testf_dso_null != NULL, "dlsym fails: %s", dlerror()); 117 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror()); 121 "dlsym fails: %s", dlerror()); 148 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror()); 152 "dlsym fails: %s", dlerror());
|
t_dso_pthread_create.c | 78 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror()); 82 "dlsym fails: %s", dlerror());
|
t_main_pthread_create.c | 87 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror()); 91 "dlsym fails: %s", dlerror());
|
/src/libexec/ld.elf_so/ |
compat.c | 77 [(RTLD_OBJ_DLOPEN_OFFSET / sizeof(uintptr_t)) + 2] = (uintptr_t)dlerror,
|
search.c | 139 tmperrorp = dlerror(); 175 * Successfully found a library; restore the dlerror state as it was 177 * _rtld_search_library_path() will set the dlerror state, but if the 184 (void)dlerror();
|
rtld.h | 374 __dso_public char *dlerror(void);
|
rtld.c | 843 const char *msg = dlerror(); 1054 __strong_alias(__dlerror,dlerror) 1056 dlerror(void) 1603 * into a buffer, and sets things up so that the next call to dlerror()
|
/src/lib/libc/dlfcn/ |
dlfcn_elf.c | 45 #undef dlerror 53 #define dlerror ___dlerror macro 66 __weak_alias(dlerror,___dlerror) 128 dlerror(void) function in typeref:typename:__aconst char *
|
/src/usr.sbin/npf/npfctl/ |
npf_extmod.c | 64 errx(EXIT_FAILURE, "dlsym: %s", dlerror()); 79 errx(EXIT_FAILURE, "dlopen: %s", dlerror());
|
/src/usr.bin/ldd/ |
ldd.c | 220 * into a buffer, and sets things up so that the next call to dlerror() 235 dlerror() function in typeref:typename:char * 245 const char *msg = dlerror();
|
/src/tests/kernel/ |
t_origin.sh | 56 errx(EXIT_FAILURE, "dlopen: %s", dlerror());
|
/src/include/ |
dlfcn.h | 72 __aconst char *dlerror(void);
|
/src/tests/rump/rumpkern/ |
t_modcmd.c | 138 const char *dlmsg = dlerror(); 169 const char *dlmsg = dlerror();
|
/src/lib/librumpuser/ |
rumpuser_dl.c | 416 "failed: %s\n", dlerror());
|