Home
last modified time | relevance | path

Searched refs:ArgCtx (Results 1 – 12 of 12) sorted by relevance

/external/syzkaller/prog/
Danalysis.go56 ForeachArg(c, func(arg Arg, _ *ArgCtx) {
100 type ArgCtx struct { struct
107 func ForeachSubArg(arg Arg, f func(Arg, *ArgCtx)) { argument
108 foreachArgImpl(arg, ArgCtx{}, f)
111 func ForeachArg(c *Call, f func(Arg, *ArgCtx)) { argument
112 ctx := ArgCtx{}
122 func foreachArgImpl(arg Arg, ctx ArgCtx, f func(Arg, *ArgCtx)) { argument
160 ForeachArg(c, func(arg Arg, _ *ArgCtx) {
212 ForeachArg(c, func(arg Arg, _ *ArgCtx) {
Dmutation.go80 ForeachSubArg(ptr, func(arg Arg, ctx *ArgCtx) {
167 func (target *Target) mutateArg(r *randGen, s *state, arg Arg, ctx ArgCtx, updateSizes *bool) ([]*C… argument
213 func (t *IntType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve… argument
217 func (t *FlagsType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preser… argument
221 func (t *LenType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve… argument
230 func (t *ResourceType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, pre… argument
234 func (t *VmaType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve… argument
238 func (t *ProcType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserv… argument
242 func (t *BufferType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, prese… argument
274 func (t *ArrayType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preser… argument
[all …]
Dchecksum.go33 ForeachArg(c, func(arg Arg, _ *ArgCtx) {
52 ForeachArg(c, func(arg Arg, _ *ArgCtx) {
79 ForeachArg(c, func(arg Arg, _ *ArgCtx) {
Dany.go151 ForeachArg(c, func(arg Arg, ctx *ArgCtx) {
169 ForeachSubArg(arg.Res, func(a1 Arg, ctx *ArgCtx) {
191 ForeachArg(c, func(arg Arg, ctx *ArgCtx) {
201 ForeachSubArg(arg0, func(arg Arg, ctx *ArgCtx) {
Dsize.go97 ForeachSubArg(arg, func(arg Arg, _ *ArgCtx) {
107 ForeachSubArg(arg, func(arg Arg, _ *ArgCtx) {
Dencodingexec.go128 ForeachArg(c, func(arg Arg, ctx *ArgCtx) {
205 ForeachArg(c, func(arg Arg, _ *ArgCtx) {
Dhints.go74 ForeachArg(c, func(arg Arg, _ *ArgCtx) {
Dhints_test.go399 ForeachArg(c, func(arg Arg, _ *ArgCtx) {
Dprog.go348 ForeachSubArg(arg0, func(arg Arg, ctx *ArgCtx) {
Dtypes.go66 mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve bool) argument
Drand.go309 ForeachArg(c, func(arg Arg, _ *ArgCtx) {
/external/syzkaller/sys/linux/
Dinit_iptables.go87 prog.ForeachSubArg(arg, func(arg prog.Arg, _ *prog.ArgCtx) {