Searched refs:ExtractConsts (Results 1 – 4 of 4) sorted by relevance
/external/syzkaller/pkg/compiler/ |
D | consts_test.go | 27 fileInfo := ExtractConsts(desc, target, func(pos ast.Pos, msg string) { 72 ExtractConsts(desc, target, em.ErrorHandler)
|
D | compiler_test.go | 85 constInfo := ExtractConsts(astDesc, target, eh) 123 ExtractConsts(desc, target, em.ErrorHandler) 147 info := ExtractConsts(desc, target, em.ErrorHandler)
|
D | consts.go | 28 func ExtractConsts(desc *ast.Description, target *targets.Target, eh ast.ErrorHandler) map[string]*… func
|
/external/syzkaller/sys/syz-extract/ |
D | extract.go | 270 infos := compiler.ExtractConsts(top, arch.target, eh)
|