func runtime.getargp

3 uses

	runtime (current package)
		panic.go#L873: 		p.argp = unsafe.Pointer(getargp(0))
		panic.go#L970: 			p.argp = unsafe.Pointer(getargp(0))
		panic.go#L1073: func getargp(x int) uintptr {