type runtime/internal/sys.Uintreg
5 uses
runtime/internal/sys (current package)
arch_amd64.go#L16: type Uintreg uint64
stubs.go#L10: const RegSize = 4 << (^Uintreg(0) >> 63) // unsafe.Sizeof(uintreg(0)) but an ideal const
runtime
runtime2.go#L330: ret sys.Uintreg
traceback.go#L147: frame.pc = uintptr(*(*sys.Uintreg)(unsafe.Pointer(frame.sp)))
traceback.go#L239: frame.lr = uintptr(*(*sys.Uintreg)(unsafe.Pointer(lrPtr)))
![]() |
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. |