Searched refs:dlerror (Results 1 - 25 of 64) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/mt_allocator/
H A D22309_thread.cc29 dlerror();
36 std::string error(dlerror());
48 dlerror();
56 std::string error(dlerror());
68 dlerror();
73 std::string error(dlerror());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/mt_allocator/
H A D22309_thread.cc30 dlerror();
37 std::string error(dlerror());
49 dlerror();
57 std::string error(dlerror());
69 dlerror();
74 std::string error(dlerror());
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Difuncmain3.c49 printf ("cannot load: %s\n", dlerror ());
56 printf ("symbol not found: %s\n", dlerror ());
65 printf ("symbol not found: %s\n", dlerror ());
72 printf ("symbol not found: %s\n", dlerror ());
87 printf ("symbol not found: %s\n", dlerror ());
94 printf ("symbol not found: %s\n", dlerror ());
107 printf ("symbol not found: %s\n", dlerror ());
114 printf ("symbol not found: %s\n", dlerror ());
128 printf ("cannot close: %s\n", dlerror ());
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-elf/
H A Ddl1main.c16 printf("dlopen ./tmpdir/libdl1.so: %s\n", dlerror ());
23 printf("dlsym foo: %s\n", dlerror ());
H A Ddl6amain.c16 printf("dlopen ./tmpdir/libdl6a.so: %s\n", dlerror ());
23 printf("dlsym foo: %s\n", dlerror ());
H A Ddl6bmain.c16 printf("dlopen ./tmpdir/libdl6b.so: %s\n", dlerror ());
23 printf("dlsym foo: %s\n", dlerror ());
H A Ddl6cmain.c16 printf("dlopen ./tmpdir/libdl6c.so: %s\n", dlerror ());
23 printf("dlsym foo: %s\n", dlerror ());
H A Ddl6dmain.c16 printf("dlopen ./tmpdir/libdl6d.so: %s\n", dlerror ());
23 printf("dlsym foo: %s\n", dlerror ());
/netbsd-6-1-5-RELEASE/tests/libexec/ld.elf_so/
H A Dt_dlvsym.c51 (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 A Dh_df_1_noopen.c42 errx(1, "%s", dlerror());
H A Dt_dlerror-false.c52 * Test for dlerror() being set by a successful library open.
58 error = dlerror();
63 error = dlerror();
68 error = dlerror();
H A Dt_dlerror-cleared.c58 error = dlerror();
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsolib-disc.c26 #define dlerror() "an error occurred" macro
39 fprintf (stderr, "%s\n", dlerror ());
46 fprintf (stderr, "%s\n", dlerror ());
H A Dunload.c47 fprintf (stderr, "%s\n", dlerror ());
58 fprintf (stderr, "%s\n", dlerror ());
74 fprintf (stderr, "%s\n", dlerror ());
85 fprintf (stderr, "%s\n", dlerror ());
H A Dwatchpoint-solib.c47 fprintf (stderr, "%s\n", dlerror ());
56 fprintf (stderr, "%s\n", dlerror ());
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/misc/
H A Dsharedlib.c62 desc, path, dlerror());
65 desc, path, dlerror());
/netbsd-6-1-5-RELEASE/lib/libc/dlfcn/
H A Ddlfcn_elf.c43 #undef dlerror macro
51 #define dlerror ___dlerror macro
64 __weak_alias(dlerror,___dlerror)
125 dlerror() function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddlfcn.hin70 dlerror(void);
/netbsd-6-1-5-RELEASE/include/
H A Ddlfcn.h61 __aconst char *dlerror(void);
/netbsd-6-1-5-RELEASE/lib/csu/common_elf/
H A Dcommon.h47 #define dlerror _dlerror macro
/netbsd-6-1-5-RELEASE/usr.sbin/npf/npfctl/
H A Dnpf_extmod.c66 errx(EXIT_FAILURE, "dlsym: %s", dlerror());
81 errx(EXIT_FAILURE, "dlopen: %s", dlerror());
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_dlfcn.c188 ERR_add_error_data(4, "filename(", filename, "): ", dlerror());
256 ERR_add_error_data(4, "symname(", symname, "): ", dlerror());
290 ERR_add_error_data(4, "symname(", symname, "): ", dlerror());
467 ERR_add_error_data(2, "dlfcn_pathbyaddr(): ", dlerror());
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Ddldb.c45 fprintf(stderr, "Relocation error: %s\n", dlerror());
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Dreloc.c217 obj->dlerror = dlerror;
H A Dsearch.c138 tmperrorp = dlerror();
173 * Successfully found a library; restore the dlerror state as it was
175 * _rtld_search_library_path() will set the dlerror state, but if the
182 (void)dlerror();

Completed in 392 milliseconds

123