package objfile
import "cmd/link/internal/objfile"
Package objfile reads Go object files for the Go linker, cmd/link.
This package is similar to cmd/internal/objfile which also reads Go object files.
Index ¶
Functions ¶
func Load ¶
func Load(arch *sys.Arch, syms *sym.Symbols, f *bio.Reader, lib *sym.Library, length int64, pn string)
Load loads an object file f into library lib. The symbols loaded are added to syms.
Source Files ¶
- Version
- v1.12.6
- Published
- Jun 11, 2019
- Platform
- linux/amd64
- Imports
- 12 packages
- Last checked
- 28 seconds ago –
Tools for package owners.