//! ARM architecture-specific ELF relocation and dynamic linking support.
//!
//! This module provides ARM specific implementations for ELF relocation,
//! dynamic linking, and procedure linkage table (PLT) handling.
// See aarch64/mod.rs for why these are gated on `target_arch`.
pub use ;
pub use ;