Home
last modified time | relevance | path

Searched defs:dlclose (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/gen/
H A Ddlfcn.c80 #pragma weak dlclose macro
82 dlclose(void *handle __unused) in dlclose() function
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp431 INTERCEPTOR(int,dlclose,void * handle) INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp240 int ELFNixPlatformRuntimeState::dlclose(void *DSOHandle) { in dlclose() function in __anonb364b2400111::ELFNixPlatformRuntimeState
H A Dcoff_platform.cpp267 int COFFPlatformRuntimeState::dlclose(void *DSOHandle) { in dlclose() function in COFFPlatformRuntimeState
H A Dmacho_platform.cpp670 int MachOPlatformRuntimeState::dlclose(void *DSOHandle) { dlclose() function in __anon3d23d5020211::MachOPlatformRuntimeState
/freebsd/sys/sys/
H A Dlink_aout.h172 int (*dlclose)(void *); /* NONE */ member
/freebsd/libexec/rtld-elf/
H A Drtld.c3651 dlclose(void *handle) in dlclose() function