unix-2.7.2.2: POSIX functionality
Copyright (c) Volker Stolz <vs@foldr.org> 2003
License BSD-style (see the file libraries/base/LICENSE)
Maintainer vs@foldr.org
Stability provisional
Portability non-portable (requires POSIX)
Safe Haskell Safe
Language Haskell2010

System.Posix.DynamicLinker

Description

Dynamic linker support through dlopen()

Synopsis

Documentation

dlsym :: DL -> String -> IO ( FunPtr a) Source #

dlsym returns the address binding of the symbol described in symbol , as it occurs in the shared object identified by source .

undl :: DL -> Ptr () Source #

undl obtains the raw handle. You mustn't do something like withDL mod flags $ liftM undl >>= p -> use p