Function run_make_support::symbols::with_symbol_iter
source ยท pub fn with_symbol_iter<P, F, R>(path: P, func: F) -> R
Expand description
Iterate through the symbols in an object file.
Uses a callback because SymbolIterator
does not own its data.
Panics if path
is not a valid object file readable by the current user.