go-ceph/internal/dlsym
Niels de Vos 0460442cba internal: add dlsym package for working with dynamically loaded symbols
The dlsym package provides LookupSymbol() which resolves a named symbol
(like "rbd_clone4") and returns a unsafe.Pointer to it. The caller is
expected to cast the symbol to function that can be called.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
2024-07-25 12:03:15 +00:00
..
dlsym.go internal: add dlsym package for working with dynamically loaded symbols 2024-07-25 12:03:15 +00:00
dlsym_test.go internal: add dlsym package for working with dynamically loaded symbols 2024-07-25 12:03:15 +00:00