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 ¶
- Version
- v1.13.13
- Published
- Jul 14, 2020
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 1 minute ago –
Tools for package owners.