Module module
Enums§
- Modules
- Enum for the modules whose value depends on the current platform
Traits§
- Module
- This trait is shared by all system-specific modules. It provides a common interface for accessing module metadata.
Functions§
- module_
from_ addr - Find the module that encompasses the given virtual address (absolute)
- module_
from_ name - Find the module with the given name
- module_
from_ path - Find the module with the given name
- modules
- Return an iterator over the different modules loaded in the current process.