[][src]Module symbolic_debuginfo::macho

Support for Mach Objects, used on macOS and iOS.

Structs

FatMachO

A fat MachO container that hosts one or more MachObjects.

FatMachObjectIterator

An iterator over objects in a FatMachO.

MachArchive

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

MachOSymbolIterator

An iterator over symbols in the MachO file.

MachObject

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

MachObjectIterator

An iterator over objects in a MachArchive.

Enums

MachError

An error when dealing with MachObject.