Home | History | Annotate | Download | only in ltrace

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);
78 struct fetch_context *arch_fetch_arg_init(enum tof type, struct process *proc,
80 struct fetch_context *arch_fetch_arg_clone(struct process *proc,
81 struct fetch_context *context);
82 int arch_fetch_arg_next(struct fetch_context *ctx, enum tof type,
85 int arch_fetch_retval(struct fetch_context *ctx, enum tof type,
88 void arch_fetch_arg_done(struct fetch_context *context);
92 int arch_fetch_param_pack_start(struct fetch_context *context,
94 void arch_fetch_param_pack_end(struct fetch_context *context);