package
standard library
Version:
go1.14.12
Opens a new window with list of versions in this module.
Published: Nov 12, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package loadxcoff implements a XCOFF file reader.
-
func Load(l *loader.Loader, arch *sys.Arch, syms *sym.Symbols, input *bio.Reader, ...) (textp []*sym.Symbol, err error)
-
func LoadOld(arch *sys.Arch, syms *sym.Symbols, input *bio.Reader, pkg string, length int64, ...) (textp []*sym.Symbol, err error)
Load loads xcoff files with the indexed object files.
LoadOld uses the old version of object loading.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.