//! LoongArch 64-bit architecture-specific ELF relocation and dynamic linking support.
//!
//! This module provides LoongArch 64-bit specific implementations for ELF relocation,
//! dynamic linking, and procedure linkage table (PLT) handling.
//!
//! Reference: <https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-CN.html>
// See aarch64/mod.rs for why these are gated on `target_arch`.
pub use ;
pub use ;