1
0
mirror of https://github.com/golang/go synced 2024-11-25 10:47:56 -07:00

Add comment for VersionIndex and VersionFlags

This commit is contained in:
benbaker76 2024-11-06 15:07:54 -08:00
parent b17d292500
commit 5c29527600

View File

@ -208,8 +208,12 @@ func (p *Prog) Open() io.ReadSeeker { return io.NewSectionReader(p.sr, 0, 1<<63-
type Symbol struct {
Name string
Info, Other byte
// These fields are used for symbol versioning
// and are present only for the dynamic symbol table.
VersionIndex int16
VersionFlags SymbolVersionFlag
Section SectionIndex
Value, Size uint64