Lines Matching defs:Arch
31 type Arch struct { struct
32 target *targets.Target
33 sourceDir string
34 buildDir string
35 build bool
36 files []*File
37 err error
38 done chan bool
53 prepareArch(arch *Arch) error
54 processFile(arch *Arch, info *compiler.ConstInfo) (map[string]uint64, map[string]bool, error)
195 func checkUnsupportedCalls(arches []*Arch) bool {
261 func processArch(extractor Extractor, arch *Arch) (map[string]*compiler.ConstInfo, error) {
280 func processFile(extractor Extractor, arch *Arch, file *File) (map[string]uint64, map[string]bool, …