Module symbol

Source

Structs§

MachOSymbol
A symbol in a MachOFile.
MachOSymbolIterator
An iterator for the symbols in a MachOFile.
MachOSymbolTable
A symbol table in a MachOFile.
SymbolTable
A table of symbol entries in a Mach-O file.

Traits§

Nlist
A trait for generic access to macho::Nlist32 and macho::Nlist64.

Type Aliases§

MachOSymbol32
A symbol in a MachOFile32.
MachOSymbol64
A symbol in a MachOFile64.
MachOSymbolIterator32
An iterator for the symbols in a MachOFile32.
MachOSymbolIterator64
An iterator for the symbols in a MachOFile64.
MachOSymbolTable32
A symbol table in a MachOFile32.
MachOSymbolTable64
A symbol table in a MachOFile64.