//! Shared core state for loaded ELF images.
//!
//! The types in this module back the public image wrappers exposed from
//! [`crate::image`]. They store metadata, symbol tables, mapped segments,
//! lifecycle handlers, TLS state, and dependency ownership.
pub use ;
pub use ;
pub use ;
pub use Symbol;