Expand description
Safe, idiomatic wrappers for OSAL dynamic module loading APIs.
This module provides a Module struct that is a safe RAII handle for a
dynamically loaded shared library, ensuring it is properly unloaded when
it goes out of scope.
Structs§
- Module
- A handle to a dynamically loaded OSAL module (shared library).
- Module
Flags - Flags that control the behavior of module loading.
- Module
Id - A type-safe, zero-cost wrapper for an OSAL Module ID.
- Module
Prop - A high-level wrapper for module properties.
Functions§
- symbol_
lookup - Looks up the address of a symbol in the global symbol table.
- symbol_
table_ dump - Dumps the system symbol table to the specified file.