Lines Matching refs:fetch_context
56 struct fetch_context struct
105 copy_int_register(struct fetch_context *context, in copy_int_register()
116 copy_sse_register(struct fetch_context *context, struct value *valuep, in copy_sse_register()
137 allocate_stack_slot(struct fetch_context *context, in allocate_stack_slot()
153 allocate_x87(struct fetch_context *context, struct value *valuep, in allocate_x87()
213 allocate_integer(struct fetch_context *context, struct value *valuep, in allocate_integer()
298 allocate_sse(struct fetch_context *context, struct value *valuep, in allocate_sse()
326 allocate_class(enum arg_class cls, struct fetch_context *context, in allocate_class()
348 classify(struct process *proc, struct fetch_context *context,
354 classify_eightbyte(struct process *proc, struct fetch_context *context, in classify_eightbyte()
389 classify_eightbytes(struct process *proc, struct fetch_context *context, in classify_eightbytes()
457 classify(struct process *proc, struct fetch_context *context, in classify()
542 classify_argument(struct process *proc, struct fetch_context *context, in classify_argument()
570 fetch_register_banks(struct process *proc, struct fetch_context *context, in fetch_register_banks()
590 arch_fetch_arg_next_32(struct fetch_context *context, enum tof type, in arch_fetch_arg_next_32()
613 arch_fetch_retval_32(struct fetch_context *context, enum tof type, in arch_fetch_retval_32()
667 fetch_stack_pointer(struct fetch_context *context) in fetch_stack_pointer()
678 struct fetch_context *
679 arch_fetch_arg_init_32(struct fetch_context *context, in arch_fetch_arg_init_32()
705 struct fetch_context *
706 arch_fetch_arg_init_64(struct fetch_context *ctx, enum tof type, in arch_fetch_arg_init_64()
731 struct fetch_context *
735 struct fetch_context *ctx = malloc(sizeof(*ctx)); in arch_fetch_arg_init()
748 struct fetch_context *ret; in arch_fetch_arg_init()
758 struct fetch_context *
759 arch_fetch_arg_clone(struct process *proc, struct fetch_context *context) in arch_fetch_arg_clone()
761 struct fetch_context *ret = malloc(sizeof(*ret)); in arch_fetch_arg_clone()
768 arch_fetch_pool_arg_next(struct fetch_context *context, enum tof type, in arch_fetch_pool_arg_next()
786 struct fetch_context tmp_context = *context; in arch_fetch_pool_arg_next()
810 arch_fetch_fun_retval(struct fetch_context *context, enum tof type, in arch_fetch_fun_retval()
842 arch_fetch_arg_next(struct fetch_context *context, enum tof type, in arch_fetch_arg_next()
866 arch_fetch_retval(struct fetch_context *context, enum tof type, in arch_fetch_retval()
877 arch_fetch_arg_done(struct fetch_context *context) in arch_fetch_arg_done()