pub fn with_symbol_iter<P, F, R>(path: P, func: F) -> RExpand 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.