func syscall.Mmap

one use

	syscall (current package)
		syscall_linux.go#L1260: func Mmap(fd int, offset int64, length int, prot int, flags int) (data []byte, err error) {