Change-Id: I06b64ea3c1c02b46e242852f8f0b56d77df42161
Reviewed-on: https://go-review.googlesource.com/c/go/+/677236
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Mark Freeman <mark@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
Elements are accessed using an index relative to the start of the
section.
- // TODO(markfreeman): Rename to SectionIndex.
- RelIndex = Uint64 .
+ RelElemIdx = Uint64 .
## String Section
String values are stored as elements in the string section. Elements
.
RefTableEntry = [ Sync ]
SectionKind
- RelIndex
+ RelElemIdx
.
Elements encode references to other elements as an index in the
// TODO(markfreeman): Rename to RefUse.
UseReloc = [ Sync ]
- RelIndex
+ RelElemIdx
.
# Primitives