func runtime.inVDSOPage

3 uses

	runtime (current package)
		proc.go#L4517: 			if inVDSOPage(pc) {
		signal_unix.go#L385: 		if !iscgo && inVDSOPage(c.sigpc()) {
		vdso_in_none.go#L11: func inVDSOPage(pc uintptr) bool {