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