Searched refs:patchIntConst (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/pkg/compiler/ |
D | consts.go | 173 if comp.patchIntConst(&v.Value, &v.Ident, consts, nil) { 185 comp.patchIntConst(&arg.Value, &arg.Ident, consts, &missing) 187 comp.patchIntConst(&arg.Value2, 195 comp.patchIntConst(&v.Value, &v.Ident, consts, &missing) 202 comp.patchIntConst(&sz.Value, &sz.Ident, consts, &missing) 227 func (comp *compiler) patchIntConst(val *uint64, id *string, consts map[string]uint64, missing *str… func
|