FnBounds

Type Alias FnBounds 

Source
pub type FnBounds = BTreeMap<u32, FnBound>;
Expand description

Stores the starting address, end address, and name of a set of function.

Aliased Typeยง

pub struct FnBounds { /* private fields */ }