Expand description
Symbol relocation and binding logic.
This module implements the core relocation engine of the linker. It handles fixing up addresses in the mapped ELF image based on symbol resolution, supporting both static (initial) and dynamic (lazy) relocation types.
Structs§
- Relocation
Context - Context passed to
RelocationHandler::handlecontaining relocation details.
Traits§
- Relocation
Handler - A trait for handling unknown or custom relocations.
- Symbol
Lookup - A trait for looking up symbols during relocation.