Lines Matching refs:fetch_context
37 struct fetch_context {
66 fetch_context_init(struct process *proc, struct fetch_context *context)
78 struct fetch_context *
82 struct fetch_context *context = malloc(sizeof(*context));
93 struct fetch_context *
95 struct fetch_context *context)
97 struct fetch_context *clone = malloc(sizeof(*context));
105 allocate_stack_slot(struct fetch_context *ctx, struct process *proc,
124 allocate_reg(struct fetch_context *ctx, struct process *proc,
155 copy_aggregate_part(struct fetch_context *ctx, struct process *proc,
179 allocate_arg(struct fetch_context *ctx, struct process *proc,
216 allocate_float(struct fetch_context *ctx, struct process *proc,
253 allocate_hfa(struct fetch_context *ctx, struct process *proc,
338 allocate_ret(struct fetch_context *ctx, struct process *proc,
377 arch_fetch_arg_next(struct fetch_context *ctx, enum tof type,
418 arch_fetch_retval(struct fetch_context *ctx, enum tof type,
455 arch_fetch_arg_done(struct fetch_context *context)
461 arch_fetch_param_pack_start(struct fetch_context *context,
469 arch_fetch_param_pack_end(struct fetch_context *context)