Home
last modified time | relevance | path

Searched refs:DeserializeConstsGlob (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/pkg/compiler/
Dcompiler_test.go38 consts := DeserializeConstsGlob(filepath.Join(path, "*_"+arch+".const"), eh)
Dconsts.go313 func DeserializeConstsGlob(glob string, eh ast.ErrorHandler) map[string]uint64 { func
/external/syzkaller/sys/syz-sysgen/
Dsysgen.go95 …consts := compiler.DeserializeConstsGlob(filepath.Join("sys", OS, "*_"+job.Target.Arch+".const"), …