Home
last modified time | relevance | path

Searched defs:dlerror (Results 1 – 12 of 12) sorted by relevance

/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
H A Ddl_dyld.xs53 static char *dlerror() in dlerror() function
H A Ddl_aix.xs375 char *dlerror(void) in dlerror() function
/openbsd/lib/libc/dlfcn/
H A Ddlfcn_stubs.c77 dlerror(void) in dlerror() function
/openbsd/gnu/usr.bin/perl/os2/
H A Ddl_os2.c164 dlerror(void) in dlerror() function
/openbsd/libexec/ld.so/
H A Ddlfcn.c354 dlerror(void) in dlerror() function
/openbsd/include/
H A Dtib.h245 char *(*dlerror)(void); member
/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Delfnix_platform.cpp198 const char *ELFNixPlatformRuntimeState::dlerror() { return DLFcnError.c_str(); } in dlerror() function in __anon22ca0f8d0111::ELFNixPlatformRuntimeState
H A Dcoff_platform.cpp250 const char *COFFPlatformRuntimeState::dlerror() { return DLFcnError.c_str(); } in dlerror() function in COFFPlatformRuntimeState
H A Dmacho_platform.cpp702 const char *MachOPlatformRuntimeState::dlerror() { return DLFcnError.c_str(); } in dlerror() function in __anon217c3caf0211::MachOPlatformRuntimeState
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1708 WRAPPER2(char *, dlerror) in WRAPPER2() argument
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1524 INTERCEPTOR(char *, dlerror, int fake) { in INTERCEPTOR() argument