reflect.uncommonType.moff (field)
4 uses
reflect (current package)
type.go#L337: moff uint32 // offset from this uncommontype to [mcount]method
type.go#L632: return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.mcount > 0"))[:t.mcount:t.mcount]
type.go#L639: return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.xcount > 0"))[:t.xcount:t.xcount]
type.go#L2622: ut.moff = uint32(unsafe.Sizeof(uncommonType{}))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)