Lines Matching refs:fetch_context
36 struct fetch_context struct
47 context_init(struct fetch_context *context, struct process *proc) in context_init() argument
62 struct fetch_context *
63 arch_fetch_arg_clone(struct process *proc, struct fetch_context *context) in arch_fetch_arg_clone()
65 struct fetch_context *ret = malloc(sizeof(*ret)); in arch_fetch_arg_clone()
72 fetch_next_gpr(struct fetch_context *context, unsigned char *buf) in fetch_next_gpr()
79 fetch_gpr(struct fetch_context *context, struct value *value, size_t sz) in fetch_gpr()
96 fetch_next_sse(struct fetch_context *context, unsigned char *buf, size_t sz) in fetch_next_sse()
103 fetch_sse(struct fetch_context *context, struct value *value, size_t sz) in fetch_sse()
114 fetch_hfa(struct fetch_context *context, in fetch_hfa()
131 fetch_stack(struct fetch_context *context, struct value *value, in fetch_stack()
173 pass_arg(struct fetch_context const *context, in pass_arg()
257 fetch_arg(struct fetch_context *context, in fetch_arg()
288 struct fetch_context *
292 struct fetch_context *context = malloc(sizeof *context); in arch_fetch_arg_init()
324 arch_fetch_arg_next(struct fetch_context *context, enum tof type, in arch_fetch_arg_next()
333 arch_fetch_retval(struct fetch_context *context, enum tof type, in arch_fetch_retval()
350 arch_fetch_arg_done(struct fetch_context *context) in arch_fetch_arg_done()