Module symbolic_debuginfo::macho[][src]

Expand description

Support for Mach Objects, used on macOS and iOS.

Re-exports

pub use compact::*;

Modules

Support for the “compact unwinding format” used by Apple platforms, which can be found in __unwind_info sections of binaries.

Structs

An in-memory representation of the Apple bitcode symbol map.

The error type for handling a BcSymbolMap.

Iterator over the names in a BcSymbolMap.

A fat MachO container that hosts one or more MachObjects.

An iterator over objects in a FatMachO.

An archive that can consist of a single MachObject or a FatMachO container.

An error when dealing with MachObject.

An iterator over symbols in the MachO file.

Mach Object containers, used for executables and debug companions on macOS and iOS.

An iterator over objects in a MachArchive.

A mapping from the dSYM UUID to an original UUID.

Error for handling or creating a UuidMapping.