Skip to main content

Module relocation

Module relocation 

Source
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§

RelocationContext
Context passed to RelocationHandler::handle containing relocation details.

Traits§

RelocationHandler
A trait for handling unknown or custom relocations.
SymbolLookup
A trait for looking up symbols during relocation.