//! 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.
pub use ;
pub use r#static::;
pub use ;
pub use ;
pub use ;