pub fn analyze_object(obj: &[u8]) -> Result<HashMap<&str, u64>>
Expand description

Parses an input (AKA relocatable) object file (.o) and returns a list of symbols and their stack usage