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

objfile.go

Version
v1.12.1
Published
Mar 14, 2019
Platform
linux/amd64
Imports
12 packages
Last checked
18 seconds ago

Tools for package owners.