syscall.Dirent.Name (field)
5 uses
syscall (current package)
dirent.go#L81: const namoff = uint64(unsafe.Offsetof(Dirent{}.Name))
syscall_linux.go#L886: return reclen - uint64(unsafe.Offsetof(Dirent{}.Name)), true
ztypes_linux_amd64.go#L139: Name [256]int8
os
dir_unix.go#L95: 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.4.9. (GOOS=linux GOARCH=amd64)