Home | History | Annotate | Download | only in m68k

Lines Matching refs:proc

30 #include "proc.h"
46 fetch_register_banks(struct process *proc, struct fetch_context *context,
49 if (ptrace(PTRACE_GETREGS, proc->pid, 0, &context->regs) < 0)
53 && ptrace(PTRACE_GETFPREGS, proc->pid, 0, &context->fpregs) < 0)
60 arch_fetch_arg_init(enum tof type, struct process *proc,
68 if (fetch_register_banks(proc, context, type == LT_TOF_FUNCTION) < 0) {
77 size_t sz = type_sizeof(proc, ret_info);
82 value_init(&context->retval, proc, NULL, ret_info, 0);
95 arch_fetch_arg_clone(struct process *proc, struct fetch_context *context)
106 struct process *proc, struct arg_type_info *info,
109 size_t sz = type_sizeof(proc, info);
146 struct process *proc, struct arg_type_info *info,
149 if (fetch_register_banks(proc, context, type == LT_TOF_FUNCTIONR) < 0)
159 size_t sz = type_sizeof(proc, info);