Lines Matching refs:fetch_context
37 struct fetch_context { struct
45 s390x(struct fetch_context *ctx) in s390x() argument
65 fetch_register_banks(struct process *proc, struct fetch_context *ctx, in fetch_register_banks()
85 fetch_context_init(struct process *proc, struct fetch_context *context, in fetch_context_init()
93 struct fetch_context *
97 struct fetch_context *context = malloc(sizeof(*context)); in arch_fetch_arg_init()
114 struct fetch_context *
116 struct fetch_context *context) in arch_fetch_arg_clone()
118 struct fetch_context *clone = malloc(sizeof(*context)); in arch_fetch_arg_clone()
126 allocate_stack_slot(struct fetch_context *ctx, struct process *proc, in allocate_stack_slot()
152 copy_gpr(struct fetch_context *ctx, struct value *valuep, int regno) in copy_gpr()
158 allocate_gpr(struct fetch_context *ctx, struct process *proc, in allocate_gpr()
170 allocate_gpr_pair(struct fetch_context *ctx, struct process *proc, in allocate_gpr_pair()
201 allocate_fpr(struct fetch_context *ctx, struct process *proc, in allocate_fpr()
221 arch_fetch_arg_next(struct fetch_context *ctx, enum tof type, in arch_fetch_arg_next()
276 arch_fetch_retval(struct fetch_context *ctx, enum tof type, in arch_fetch_retval()
293 arch_fetch_arg_done(struct fetch_context *context) in arch_fetch_arg_done()