Documentation ¶
Overview ¶
Package object reads and writes object files.
Index ¶
Constants ¶
View Source
const ( // BinVersion defines the binary object version BinVersion = 1 // ObjVersion define the linker object version ObjVersion = 1 )
Variables ¶
View Source
var ( // BinMagic defines the binary object magic. R/O. BinMagic = []byte{0xfa, 0x67, 0x7b, 0x2d, 0xae, 0x0a, 0x88, 0x06} // ObjMagic defines the linker object magic. R/O. ObjMagic = []byte{0xc6, 0x1f, 0xd0, 0xb5, 0xc4, 0x39, 0xad, 0x56} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.