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#L200: r.Relocs = make([]RelocEnt, r.Len())
decoder.go#L203: r.Relocs[i] = RelocEnt{RelocKind(r.Len()), Index(r.Len())}
decoder.go#L223: r.Relocs = make([]RelocEnt, l)
decoder.go#L227: r.Relocs[i] = RelocEnt{RelocKind(r.Len()), Index(r.Len())}
decoder.go#L238: 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.4.9. (GOOS=linux GOARCH=amd64)