syscall.Dirent.Name (field)
5 uses
syscall (current package)
dirent.go#L80: const namoff = uint64(unsafe.Offsetof(Dirent{}.Name))
syscall_linux.go#L1022: return reclen - uint64(unsafe.Offsetof(Dirent{}.Name)), true
ztypes_linux_amd64.go#L137: Name [256]int8
os
dir_unix.go#L110: const namoff = uint64(unsafe.Offsetof(syscall.Dirent{}.Name))
dirent_linux.go#L25: return reclen - uint64(unsafe.Offsetof(syscall.Dirent{}.Name)), true
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)