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.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |