Functions§
- any_
symbol_ contains - Check an object file’s symbols for substrings.
- exported_
dynamic_ symbol_ names - Given an [
object::File
], find the exported dynamic symbol names via [object::Object::exports
]. This does not distinguish between which section the symbols appear in. - with_
symbol_ iter - Iterate through the symbols in an object file. See [
object::Object::symbols
].