type golang.org/x/tools/internal/pkgbits.RelocEnt
11 uses
golang.org/x/tools/internal/pkgbits (current package)
decoder.go#L57: scratchRelocEnt []RelocEnt
decoder.go#L199: r.Relocs = make([]RelocEnt, r.Len())
decoder.go#L202: r.Relocs[i] = RelocEnt{RelocKind(r.Len()), Index(r.Len())}
decoder.go#L222: r.Relocs = make([]RelocEnt, l)
decoder.go#L226: r.Relocs[i] = RelocEnt{RelocKind(r.Len()), Index(r.Len())}
decoder.go#L237: Relocs []RelocEnt
encoder.go#L150: Relocs []RelocEnt
encoder.go#L151: RelocMap map[RelocEnt]uint32
encoder.go#L214: e := RelocEnt{r, idx}
encoder.go#L220: w.RelocMap = make(map[RelocEnt]uint32)
reloc.go#L18: type RelocEnt struct {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)