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.1
- Published
- Sep 25, 2019
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 3 minutes ago –
Tools for package owners.