type reflect.textOff
6 uses
reflect (current package)
type.go#L325: ifn textOff // fn used in interface call (one-word receiver)
type.go#L326: tfn textOff // fn used for normal method call
type.go#L677: func resolveReflectText(ptr unsafe.Pointer) textOff {
type.go#L678: return textOff(addReflectOff(ptr))
type.go#L683: type textOff int32 // offset from top of text section
type.go#L693: func (t *rtype) textOff(off textOff) unsafe.Pointer {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)