Home | History | Annotate | Download | only in x86

Lines Matching refs:fetch_context

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