Home
last modified time | relevance | path

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

123

/openbsd/regress/libexec/ld.so/nodelete/test1/
H A Dtest1.c41 errx(1, "dlopen: h1: %s: %s", LIBNAME, dlerror()); in main()
43 errx(1, "dlopen: h2: %s: %s", LIBNAME, dlerror()); in main()
51 errx(1, "dlclose: h2: %s", dlerror()); in main()
53 errx(1, "dlclose: h1: %s", dlerror()); in main()
/openbsd/regress/lib/csu/callbacks/atexit/
H A Datexit_test.c46 errx(1, "dlsym(libaa, aa): %s", dlerror()); in aa()
55 errx(1, "dlsym(libab, ab): %s", dlerror()); in ab()
66 errx(1, "dlopen(%s, RTLD_LAZY): %s", LIBAA, dlerror()); in main()
70 errx(1, "dlopen(%s, RTLD_LAZY): %s", LIBAB, dlerror()); in main()
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_dlopen.xs152 # define dlerror() strerror(errno) macro
154 # define dlerror() "Unknown error - dlerror() not implemented" macro
212 SaveError(aTHX_ "%s",dlerror()) ;
225 SaveError(aTHX_ "%s", dlerror()) ;
251 SaveError(aTHX_ "%s", dlerror());
H A Ddl_dyld.xs54 static char *dlerror() in dlerror() function
170 SaveError(aTHX_ "%s",dlerror()) ;
191 SaveError(aTHX_ "%s",dlerror()) ;
H A Ddl_aix.xs375 char *dlerror(void) in dlerror() function
707 SaveError(aTHX_ "%s",dlerror()) ;
719 SaveError(aTHX_ "%s", dlerror()) ;
739 SaveError(aTHX_ "%s", dlerror());
/openbsd/regress/libexec/ld.so/dependencies/order1/prog1/
H A Dmain.c37 printf("dlclose(libbb) FAILED\n%s\n", dlerror()); in main()
47 printf("dlclose(libbb) FAILED\n%s\n", dlerror()); in main()
52 printf("dlclose(libaa) FAILED\n%s\n", dlerror()); in main()
/openbsd/regress/lib/csu/callbacks/pthread_atfork/
H A Dpthread_atfork_test.c62 errx(1, "dlsym(libaa, aa_atfork): %s", dlerror()); in aa_atfork()
71 errx(1, "dlsym(libab, ab_atfork): %s", dlerror()); in ab_atfork()
98 errx(1, "dlopen(%s, RTLD_LAZY): %s", LIBAA, dlerror()); in main()
102 errx(1, "dlopen(%s, RTLD_LAZY): %s", LIBAB, dlerror()); in main()
/openbsd/lib/libc/dlfcn/
H A Ddlfcn_stubs.c77 dlerror(void) in dlerror() function
79 if (_dl_cb != NULL && _dl_cb->dlerror != NULL) in dlerror()
80 return _dl_cb->dlerror(); in dlerror()
/openbsd/regress/libexec/ld.so/dlclose/test2/prog1/
H A Dmain.c36 printf("dlclose(libaa) FAILED\n%s\n",dlerror()); in main()
48 printf("dlclose(libaa) FAILED\n%s\n",dlerror()); in main()
/openbsd/regress/libexec/ld.so/dependencies/order2/prog1/
H A Dmain.c37 printf("dlclose(libaa) FAILED\n%s\n", dlerror()); in main()
42 printf("dlclose(libbb) FAILED\n%s\n", dlerror()); in main()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dunload.c35 msg = dlerror (); in main()
47 fprintf (stderr, dlerror ()); in main()
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp24 dlerror(); // Clear any previous errors. in GetFnPtr()
28 const char *ErrorMsg = dlerror(); in GetFnPtr()
/openbsd/gnu/usr.bin/perl/os2/
H A Ddlfcn.h3 char *dlerror(void);
H A Dos2add.sym3 dlerror
H A Dos2.sym7 dlerror
/openbsd/lib/libc/hidden/
H A Ddlfcn.h25 PROTO_DEPRECATED(dlerror);
/openbsd/regress/libexec/ld.so/lazy/libfoo/
H A Dfoo.c18 errx(1, "dlopen %s: %s\n", BAR, dlerror()); in foo_init()
/openbsd/libexec/ld.so/
H A DSymbols.map8 dlerror;
/openbsd/regress/libexec/ld.so/lazy/prog/
H A Dprog.c22 errx(1, "dlopen: %s: %s\n", FOO, dlerror()); in main()
/openbsd/include/
H A Ddlfcn.h91 char *dlerror(void);
H A Dtib.h245 char *(*dlerror)(void); member
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/
H A Ddylib.h45 return dlerror(); in dylib_last_error()
/openbsd/usr.bin/ssh/
H A Dssh-sk.c121 error("Provider \"%s\" dlopen failed: %s", path, dlerror()); in sshsk_open()
127 path, dlerror()); in sshsk_open()
140 path, dlerror()); in sshsk_open()
145 path, dlerror()); in sshsk_open()
151 "failed: %s", path, dlerror()); in sshsk_open()
/openbsd/regress/lib/libpthread/dlopen/
H A Ddlopen.c662 errx(1, "dlopen: %s", dlerror()); in main()
668 errx(1, "dlsym %s: %s", f->name, dlerror()); in main()
693 errx(1, "dlclose: %s", dlerror()); in main()
/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Delfnix_platform.cpp112 const char *dlerror();
198 const char *ELFNixPlatformRuntimeState::dlerror() { return DLFcnError.c_str(); } in dlerror() function in __anon22ca0f8d0111::ELFNixPlatformRuntimeState
560 return ELFNixPlatformRuntimeState::get().dlerror(); in __orc_rt_elfnix_jit_dlerror()

123