//! Generated RVA mappings for a single executable.
// DO NOT EDIT THIS FILE DIRECTLY.
use RvaBundle;
/// The RVAs for this executable.
///
/// These are populated from `mapper-profile.toml` in the root of this package
/// using `tools/binary-generator`.
pub const RVAS: RvaBundle = RvaBundle ;