Searched defs:dlerror (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/gen/ | ||
H A D | dlfcn.c | 89 #pragma weak dlerror macro |
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ | ||
H A D | elfnix_platform.cpp | 217 const char *ELFNixPlatformRuntimeState::dlerror() { return DLFcnError.c_str(); } in dlerror() function in __anonb364b2400111::ELFNixPlatformRuntimeState |
H A D | coff_platform.cpp | 250 const char *COFFPlatformRuntimeState::dlerror() { return DLFcnError.c_str(); } in dlerror() function in COFFPlatformRuntimeState |
H A D | macho_platform.cpp | 653 const char *MachOPlatformRuntimeState::dlerror() { return DLFcnError.c_str(); } dlerror() function in __anon3d23d5020211::MachOPlatformRuntimeState |
/freebsd/sys/sys/ | ||
H A D | link_aout.h | 174 const char *(*dlerror)(void); /* NONE */ member |
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ | ||
H A D | msan_interceptors.cpp | 1619 INTERCEPTOR(char *, dlerror, int fake) { in INTERCEPTOR() argument |
/freebsd/libexec/rtld-elf/ | ||
H A D | rtld.c | 3697 dlerror(void) in dlerror() function |