package loadxcoff
import "cmd/link/internal/loadxcoff"
Package loadxcoff implements a XCOFF file reader.
Index ¶
Functions ¶
func Load ¶
func Load(l *loader.Loader, arch *sys.Arch, localSymVersion int, input *bio.Reader, pkg string, length int64, pn string) (textp []loader.Sym, err error)
loads the Xcoff file pn from f. Symbols are written into loader, and a slice of the text symbols is returned.
Source Files ¶
- Version
- v1.24.0 (latest)
- Published
- Feb 10, 2025
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 42 minutes ago –
Tools for package owners.