D | freebsd.go | 15 type freebsd struct{} struct 17 func (*freebsd) prepare(sourcedir string, build bool, arches []string) error { argument 22 return fmt.Errorf("freebsd requires -build flag") 27 func (*freebsd) prepareArch(arch *Arch) error { argument 39 func (*freebsd) processFile(arch *Arch, info *compiler.ConstInfo) (map[string]uint64, map[string]bo… argument 53 // Syscall consts on freebsd have weird prefixes sometimes,
|