Lines Matching refs:fetch_context
37 struct fetch_context;
41 struct fetch_context *fetch_arg_init(enum tof type, struct process *proc,
45 struct fetch_context *fetch_arg_clone(struct process *proc,
46 struct fetch_context *context);
51 int fetch_arg_next(struct fetch_context *context, enum tof type,
57 int fetch_retval(struct fetch_context *context, enum tof type,
63 void fetch_arg_done(struct fetch_context *context);
67 int fetch_param_pack_start(struct fetch_context *context,
71 void fetch_param_pack_end(struct fetch_context *context);
77 struct fetch_context *arch_fetch_arg_init(enum tof type, struct process *proc,
79 struct fetch_context *arch_fetch_arg_clone(struct process *proc,
80 struct fetch_context *context);
81 int arch_fetch_arg_next(struct fetch_context *ctx, enum tof type,
84 int arch_fetch_retval(struct fetch_context *ctx, enum tof type,
87 void arch_fetch_arg_done(struct fetch_context *context);
91 int arch_fetch_param_pack_start(struct fetch_context *context,
93 void arch_fetch_param_pack_end(struct fetch_context *context);