package
0.0.0-20241115082555-91616abce05b
Repository: https://github.com/tencentcodedog/linux-go-1.12.6.git
Documentation: pkg.go.dev

# Functions

NewFatFile creates a new FatFile for accessing all the Mach-O images in a universal binary.
NewFile creates a new File for accessing a Mach-O binary in an underlying reader.
Open opens the named file using os.Open and prepares it for use as a Mach-O binary.
OpenFat opens the named file using os.Open and prepares it for use as a Mach-O universal binary.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
load dylib command.
id dylinker command (not load dylinker command).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
thread+stack.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrNotFat is returned from NewFatFile or OpenFat when the file is not a universal binary but may be a thin binary, based on its magic number.

# Structs

A Dylib represents a Mach-O load dynamic library command.
No description provided by the author
A Dysymtab represents a Mach-O dynamic symbol table command.
No description provided by the author
A FatArch is a Mach-O File inside a FatFile.
A FatArchHeader represents a fat header for a specific image architecture.
A FatFile is a Mach-O universal binary that contains at least one architecture.
A File represents an open Mach-O file.
A FileHeader represents a Mach-O file header.
FormatError is returned by some operations if the data does not have the correct format for an object file.
An Nlist32 is a Mach-O 32-bit symbol table entry.
An Nlist64 is a Mach-O 64-bit symbol table entry.
Regs386 is the Mach-O 386 register structure.
RegsAMD64 is the Mach-O AMD64 register structure.
A Reloc represents a Mach-O relocation.
A Rpath represents a Mach-O rpath command.
No description provided by the author
No description provided by the author
A Section32 is a 32-bit Mach-O section header.
A Section64 is a 64-bit Mach-O section header.
No description provided by the author
A Segment represents a Mach-O 32-bit or 64-bit load segment command.
No description provided by the author
No description provided by the author
A SegmentHeader is the header for a Mach-O 32-bit or 64-bit load segment command.
A Symbol is a Mach-O 32-bit or 64-bit symbol table entry.
A Symtab represents a Mach-O symbol table command.
No description provided by the author
No description provided by the author

# Interfaces

A Load represents any Mach-O load command.

# Type aliases

A Cpu is a Mach-O cpu type.
A LoadBytes is the uninterpreted bytes of a Mach-O load command.
A LoadCmd is a Mach-O load command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A Type is the Mach-O file type, e.g.