package loadxcoff

import "cmd/link/internal/loadxcoff"

Package loadxcoff implements a XCOFF file reader.

Index

Functions

func Load

func Load(arch *sys.Arch, syms *sym.Symbols, input *bio.Reader, pkg string, length int64, pn string) (textp []*sym.Symbol, err error)

Load loads the Xcoff file pn from f. Symbols are written into syms, and a slice of the text symbols is returned.

Source Files

ldxcoff.go

Version
v1.13.3
Published
Oct 17, 2019
Platform
linux/amd64
Imports
7 packages
Last checked
13 seconds ago

Tools for package owners.