Home
last modified time | relevance | path

Searched refs:ExtractConsts (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/pkg/compiler/
Dconsts_test.go27 fileInfo := ExtractConsts(desc, target, func(pos ast.Pos, msg string) {
72 ExtractConsts(desc, target, em.ErrorHandler)
Dcompiler_test.go85 constInfo := ExtractConsts(astDesc, target, eh)
123 ExtractConsts(desc, target, em.ErrorHandler)
147 info := ExtractConsts(desc, target, em.ErrorHandler)
Dconsts.go28 func ExtractConsts(desc *ast.Description, target *targets.Target, eh ast.ErrorHandler) map[string]*… func
/external/syzkaller/sys/syz-extract/
Dextract.go270 infos := compiler.ExtractConsts(top, arch.target, eh)