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.12.15
- Published
- Jan 9, 2020
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 1 second ago –
Tools for package owners.