Module file

Source

Structs§

MachOComdat
A COMDAT section group in a MachOFile.
MachOComdatIterator
An iterator for the COMDAT section groups in a MachOFile.
MachOComdatSectionIterator
An iterator for the sections in a COMDAT section group in a MachOFile.
MachOFile
A partially parsed Mach-O file.

Traits§

MachHeader
A trait for generic access to macho::MachHeader32 and macho::MachHeader64.

Type Aliases§

MachOComdat32
A COMDAT section group in a MachOFile32.
MachOComdat64
A COMDAT section group in a MachOFile64.
MachOComdatIterator32
An iterator for the COMDAT section groups in a MachOFile64.
MachOComdatIterator64
An iterator for the COMDAT section groups in a MachOFile64.
MachOComdatSectionIterator32
An iterator for the sections in a COMDAT section group in a MachOFile32.
MachOComdatSectionIterator64
An iterator for the sections in a COMDAT section group in a MachOFile64.
MachOFile32
A 32-bit Mach-O object file.
MachOFile64
A 64-bit Mach-O object file.